Html Css Color HEX #981DF7 Blue Violet

📋 copy color: '#981DF7'

red 152 ◦ green 29 ◦ blue 247

#981DF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #981DF7

Tints of Blue Violet #981DF7

RGB

 RED value IS 152 (59.77% from 255) = 35.51%

 GREEN value IS 29 (11.72% from 255) = 6.78%

 BLUE value IS 247 (96.88% from 255) = 57.71%

R = 35.51%
G = 6.78%
B = 57.71%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#981DF7 (or 0x981DF7) is known color: Blue Violet. HEX triplet: 98, 1D and F7. RGB value is (152,29,247). Sum of RGB (Red+Green+Blue) = 152+29+247=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 247 (96.88% from 255 or 57.71% from 428); Max value from RGB is 247 - color contains mainly: blue. Hex color #981DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DF7 is #67E208. Grayscale: #595959. Windows color (decimal): -6808073 or 16194968. OLE color: 16194968.

HSL color Cylindrical-coordinate representation of color #981DF7: hue angle of 273.85º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981DF7 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 29 247 -
CMYK 0.38 0.88 0 0.03
HSL 273.85º 0.93% 0.54% -
HSV(B) 273.85º 0.88% 0.97% -
XYZ 30.18 14.27 89.16 -
YUV 90.63 216.25 171.77 -
System Red Green Blue C M Y K H S L
Decimal 152 29 247 0.38 0.88 0 0.03 273.85 0.93 0.54
Hex 98 1D F7 26 58 0 3 112 5D 36
Octal 230 35 367 46 130 0 3 422 135 66
Binary 10011000 11101 11110111 100110 1011000 0 11 100010010 1011101 110110

Color Harmonies of #981DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DF7

Black with #981DF7

Text Example


Text Example

White with #981DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981DF7; }

 p { color: rgb(152,29,247); }

 H1.HeaderClassName
 {
   color: #981DF7;
 }
 .AnyTagClassName
 {
   color: #981DF7;
 }
</style>

background-color css

<style>
 a { background-color: #981DF7; }

 a { background-color: rgb(152,29,247); }

 div.DivClassName
 {
   background-color: #981DF7;
 }
 .BgClassName
 {
   background-color: #981DF7;
 }
</style>

border-color css

<style>
 span { border-color: #981DF7; }

 span { border-color: rgb(152,29,247); }

 td.TdClassName
 {
   border-color: #981DF7;
 }
 .TagClassName
 {
   border-color: #981DF7;
 }
</style>