Html Css Color HEX #992FF9 Blue Violet

📋 copy color: '#992FF9'

red 153 ◦ green 47 ◦ blue 249

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

Shades of Blue Violet #992FF9

Tints of Blue Violet #992FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

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

R = 34.08%
G = 10.47%
B = 55.46%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992FF9 (or 0x992FF9) is known color: Blue Violet. HEX triplet: 99, 2F and F9. RGB value is (153,47,249). Sum of RGB (Red+Green+Blue) = 153+47+249=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #992FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FF9 is #66D006. Grayscale: #656565. Windows color (decimal): -6737927 or 16330649. OLE color: 16330649.

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

Color convert

RGB 153 47 249 -
CMYK 0.39 0.81 0 0.02
HSL 271.49º 0.94% 0.58% -
HSV(B) 271.49º 0.81% 0.98% -
XYZ 31.25 15.64 91 -
YUV 101.72 211.12 164.57 -
System Red Green Blue C M Y K H S L
Decimal 153 47 249 0.39 0.81 0 0.02 271.49 0.94 0.58
Hex 99 2F F9 27 51 0 2 10F 5E 3A
Octal 231 57 371 47 121 0 2 417 136 72
Binary 10011001 101111 11111001 100111 1010001 0 10 100001111 1011110 111010

Color Harmonies of #992FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FF9

Black with #992FF9

Text Example


Text Example

White with #992FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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