Html Css Color HEX #992DF9 Blue Violet

📋 copy color: '#992DF9'

red 153 ◦ green 45 ◦ blue 249

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

Shades of Blue Violet #992DF9

Tints of Blue Violet #992DF9

RGB

 RED value IS 153 (60.16% from 255) = 34.23%

 GREEN value IS 45 (17.97% from 255) = 10.07%

 BLUE value IS 249 (97.66% from 255) = 55.7%

R = 34.23%
G = 10.07%
B = 55.7%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992DF9 (or 0x992DF9) is known color: Blue Violet. HEX triplet: 99, 2D and F9. RGB value is (153,45,249). Sum of RGB (Red+Green+Blue) = 153+45+249=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #992DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992DF9 is #66D206. Grayscale: #636363. Windows color (decimal): -6738439 or 16330137. OLE color: 16330137.

HSL color Cylindrical-coordinate representation of color #992DF9: hue angle of 271.76º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992DF9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 45 249 -
CMYK 0.39 0.82 0 0.02
HSL 271.76º 0.94% 0.58% -
HSV(B) 271.76º 0.82% 0.98% -
XYZ 31.17 15.49 90.97 -
YUV 100.55 211.78 165.41 -
System Red Green Blue C M Y K H S L
Decimal 153 45 249 0.39 0.82 0 0.02 271.76 0.94 0.58
Hex 99 2D F9 27 52 0 2 110 5E 3A
Octal 231 55 371 47 122 0 2 420 136 72
Binary 10011001 101101 11111001 100111 1010010 0 10 100010000 1011110 111010

Color Harmonies of #992DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DF9

Black with #992DF9

Text Example


Text Example

White with #992DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992DF9; }

 p { color: rgb(153,45,249); }

 H1.HeaderClassName
 {
   color: #992DF9;
 }
 .AnyTagClassName
 {
   color: #992DF9;
 }
</style>

background-color css

<style>
 a { background-color: #992DF9; }

 a { background-color: rgb(153,45,249); }

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

border-color css

<style>
 span { border-color: #992DF9; }

 span { border-color: rgb(153,45,249); }

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