Html Css Color HEX #9908CE Dark Violet

📋 copy color: '#9908CE'

red 153 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #9908CE

Tints of Dark Violet #9908CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 41.69%
G = 2.18%
B = 56.13%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9908CE (or 0x9908CE) is known color: Dark Violet. HEX triplet: 99, 08 and CE. RGB value is (153,8,206). Sum of RGB (Red+Green+Blue) = 153+8+206=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9908CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908CE is #66F731. Grayscale: #494949. Windows color (decimal): -6747954 or 13502617. OLE color: 13502617.

HSL color Cylindrical-coordinate representation of color #9908CE: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908CE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 8 206 -
CMYK 0.26 0.96 0 0.19
HSL 283.94º 0.93% 0.42% -
HSV(B) 283.94º 0.96% 0.81% -
XYZ 24.36 11.4 59.31 -
YUV 73.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 153 8 206 0.26 0.96 0 0.19 283.94 0.93 0.42
Hex 99 8 CE 1A 60 0 13 11C 5D 2A
Octal 231 10 316 32 140 0 23 434 135 52
Binary 10011001 1000 11001110 11010 1100000 0 10011 100011100 1011101 101010

Color Harmonies of #9908CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908CE

Black with #9908CE

Text Example


Text Example

White with #9908CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9908CE; }

 p { color: rgb(153,8,206); }

 H1.HeaderClassName
 {
   color: #9908CE;
 }
 .AnyTagClassName
 {
   color: #9908CE;
 }
</style>

background-color css

<style>
 a { background-color: #9908CE; }

 a { background-color: rgb(153,8,206); }

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

border-color css

<style>
 span { border-color: #9908CE; }

 span { border-color: rgb(153,8,206); }

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