Html Css Color HEX #9908BD Dark Violet

📋 copy color: '#9908BD'

red 153 ◦ green 8 ◦ blue 189

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

Shades of Dark Violet #9908BD

Tints of Dark Violet #9908BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 43.71%
G = 2.29%
B = 54%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9908BD (or 0x9908BD) is known color: Dark Violet. HEX triplet: 99, 08 and BD. RGB value is (153,8,189). Sum of RGB (Red+Green+Blue) = 153+8+189=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #9908BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908BD is #66F742. Grayscale: #474747. Windows color (decimal): -6747971 or 12388505. OLE color: 12388505.

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

Color convert

RGB 153 8 189 -
CMYK 0.19 0.96 0 0.26
HSL 288.07º 0.92% 0.39% -
HSV(B) 288.07º 0.96% 0.74% -
XYZ 22.41 10.62 49.01 -
YUV 71.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 153 8 189 0.19 0.96 0 0.26 288.07 0.92 0.39
Hex 99 8 BD 13 60 0 1A 120 5C 27
Octal 231 10 275 23 140 0 32 440 134 47
Binary 10011001 1000 10111101 10011 1100000 0 11010 100100000 1011100 100111

Color Harmonies of #9908BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908BD

Black with #9908BD

Text Example


Text Example

White with #9908BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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