Html Css Color HEX #9908CB Dark Violet

📋 copy color: '#9908CB'

red 153 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #9908CB

Tints of Dark Violet #9908CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 42.03%
G = 2.2%
B = 55.77%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9908CB (or 0x9908CB) is known color: Dark Violet. HEX triplet: 99, 08 and CB. RGB value is (153,8,203). Sum of RGB (Red+Green+Blue) = 153+8+203=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #9908CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908CB is #66F734. Grayscale: #484848. Windows color (decimal): -6747957 or 13306009. OLE color: 13306009.

HSL color Cylindrical-coordinate representation of color #9908CB: hue angle of 284.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908CB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 8 203 -
CMYK 0.25 0.96 0 0.20
HSL 284.62º 0.92% 0.41% -
HSV(B) 284.62º 0.96% 0.8% -
XYZ 24 11.26 57.41 -
YUV 73.59 201.04 184.64 -
System Red Green Blue C M Y K H S L
Decimal 153 8 203 0.25 0.96 0 0.20 284.62 0.92 0.41
Hex 99 8 CB 19 60 0 14 11D 5C 29
Octal 231 10 313 31 140 0 24 435 134 51
Binary 10011001 1000 11001011 11001 1100000 0 10100 100011101 1011100 101001

Color Harmonies of #9908CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908CB

Black with #9908CB

Text Example


Text Example

White with #9908CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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