Shades of Dark Violet #9908BC
Tints of Dark Violet #9908BC
RGB
CMYK
RGB Variations
Color information
#9908BC (or 0x9908BC) is known color: Dark Violet. HEX triplet: 99, 08 and BC. RGB value is (153,8,188). Sum of RGB (Red+Green+Blue) = 153+8+188=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #9908BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908BC is #66F743. Grayscale: #474747. Windows color (decimal): -6747972 or 12322969. OLE color: 12322969.
HSL color Cylindrical-coordinate representation of color #9908BC: hue angle of 288.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908BC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 8 | 188 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.26 |
| HSL | 288.33º | 0.92% | 0.38% | - |
| HSV(B) | 288.33º | 0.96% | 0.74% | - |
| XYZ | 22.3 | 10.58 | 48.44 | - |
| YUV | 71.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 188 | 0.19 | 0.96 | 0 | 0.26 | 288.33 | 0.92 | 0.38 |
| Hex | 99 | 8 | BC | 13 | 60 | 0 | 1A | 120 | 5C | 26 |
| Octal | 231 | 10 | 274 | 23 | 140 | 0 | 32 | 440 | 134 | 46 |
| Binary | 10011001 | 1000 | 10111100 | 10011 | 1100000 | 0 | 11010 | 100100000 | 1011100 | 100110 |
Color Harmonies of #9908BC
Complementary color
Monochromatic Colors of #9908BC
Black with #9908BC
Text Example
Text Example
White with #9908BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908BC; }
p { color: rgb(153,8,188); }
H1.HeaderClassName
{
color: #9908BC;
}
.AnyTagClassName
{
color: #9908BC;
}
</style>
background-color css
<style>
a { background-color: #9908BC; }
a { background-color: rgb(153,8,188); }
div.DivClassName
{
background-color: #9908BC;
}
.BgClassName
{
background-color: #9908BC;
}
</style>
border-color css
<style>
span { border-color: #9908BC; }
span { border-color: rgb(153,8,188); }
td.TdClassName
{
border-color: #9908BC;
}
.TagClassName
{
border-color: #9908BC;
}
</style>