Shades of Dark Violet #9907BC
Tints of Dark Violet #9907BC
RGB
CMYK
RGB Variations
Color information
#9907BC (or 0x9907BC) is known color: Dark Violet. HEX triplet: 99, 07 and BC. RGB value is (153,7,188). Sum of RGB (Red+Green+Blue) = 153+7+188=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9907BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907BC is #66F843. Grayscale: #464646. Windows color (decimal): -6748228 or 12322713. OLE color: 12322713.
HSL color Cylindrical-coordinate representation of color #9907BC: hue angle of 288.4º degrees, saturation: 0.93, 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 #9907BC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 7 | 188 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.26 |
| HSL | 288.4º | 0.93% | 0.38% | - |
| HSV(B) | 288.4º | 0.96% | 0.74% | - |
| XYZ | 22.29 | 10.56 | 48.44 | - |
| YUV | 71.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 188 | 0.19 | 0.96 | 0 | 0.26 | 288.4 | 0.93 | 0.38 |
| Hex | 99 | 7 | BC | 13 | 60 | 0 | 1A | 120 | 5D | 26 |
| Octal | 231 | 7 | 274 | 23 | 140 | 0 | 32 | 440 | 135 | 46 |
| Binary | 10011001 | 111 | 10111100 | 10011 | 1100000 | 0 | 11010 | 100100000 | 1011101 | 100110 |
Color Harmonies of #9907BC
Complementary color
Monochromatic Colors of #9907BC
Black with #9907BC
Text Example
Text Example
White with #9907BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907BC; }
p { color: rgb(153,7,188); }
H1.HeaderClassName
{
color: #9907BC;
}
.AnyTagClassName
{
color: #9907BC;
}
</style>
background-color css
<style>
a { background-color: #9907BC; }
a { background-color: rgb(153,7,188); }
div.DivClassName
{
background-color: #9907BC;
}
.BgClassName
{
background-color: #9907BC;
}
</style>
border-color css
<style>
span { border-color: #9907BC; }
span { border-color: rgb(153,7,188); }
td.TdClassName
{
border-color: #9907BC;
}
.TagClassName
{
border-color: #9907BC;
}
</style>