Html Css Color HEX #9902EF Dark Violet

📋 copy color: '#9902EF'

red 153 ◦ green 2 ◦ blue 239

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

Shades of Dark Violet #9902EF

Tints of Dark Violet #9902EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 38.83%
G = 0.51%
B = 60.66%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9902EF (or 0x9902EF) is known color: Dark Violet. HEX triplet: 99, 02 and EF. RGB value is (153,2,239). Sum of RGB (Red+Green+Blue) = 153+2+239=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #9902EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9902EF is #66FD10. Grayscale: #494949. Windows color (decimal): -6749457 or 15663769. OLE color: 15663769.

HSL color Cylindrical-coordinate representation of color #9902EF: hue angle of 278.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902EF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 2 239 -
CMYK 0.36 0.99 0 0.06
HSL 278.23º 0.98% 0.47% -
HSV(B) 278.23º 0.99% 0.94% -
XYZ 28.74 13.05 82.67 -
YUV 74.17 221.03 184.23 -
System Red Green Blue C M Y K H S L
Decimal 153 2 239 0.36 0.99 0 0.06 278.23 0.98 0.47
Hex 99 2 EF 24 63 0 6 116 62 2F
Octal 231 2 357 44 143 0 6 426 142 57
Binary 10011001 10 11101111 100100 1100011 0 110 100010110 1100010 101111

Color Harmonies of #9902EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9902EF

Black with #9902EF

Text Example


Text Example

White with #9902EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9902EF; }

 p { color: rgb(153,2,239); }

 H1.HeaderClassName
 {
   color: #9902EF;
 }
 .AnyTagClassName
 {
   color: #9902EF;
 }
</style>

background-color css

<style>
 a { background-color: #9902EF; }

 a { background-color: rgb(153,2,239); }

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

border-color css

<style>
 span { border-color: #9902EF; }

 span { border-color: rgb(153,2,239); }

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