Shades of Dark Violet #9907C9
Tints of Dark Violet #9907C9
RGB
CMYK
RGB Variations
Color information
#9907C9 (or 0x9907C9) is known color: Dark Violet. HEX triplet: 99, 07 and C9. RGB value is (153,7,201). Sum of RGB (Red+Green+Blue) = 153+7+201=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #9907C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907C9 is #66F836. Grayscale: #484848. Windows color (decimal): -6748215 or 13174681. OLE color: 13174681.
HSL color Cylindrical-coordinate representation of color #9907C9: hue angle of 285.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907C9 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 7 | 201 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.21 |
| HSL | 285.15º | 0.93% | 0.41% | - |
| HSV(B) | 285.15º | 0.97% | 0.79% | - |
| XYZ | 23.76 | 11.14 | 56.16 | - |
| YUV | 72.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 201 | 0.24 | 0.97 | 0 | 0.21 | 285.15 | 0.93 | 0.41 |
| Hex | 99 | 7 | C9 | 18 | 61 | 0 | 15 | 11D | 5D | 29 |
| Octal | 231 | 7 | 311 | 30 | 141 | 0 | 25 | 435 | 135 | 51 |
| Binary | 10011001 | 111 | 11001001 | 11000 | 1100001 | 0 | 10101 | 100011101 | 1011101 | 101001 |
Color Harmonies of #9907C9
Complementary color
Monochromatic Colors of #9907C9
Black with #9907C9
Text Example
Text Example
White with #9907C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907C9; }
p { color: rgb(153,7,201); }
H1.HeaderClassName
{
color: #9907C9;
}
.AnyTagClassName
{
color: #9907C9;
}
</style>
background-color css
<style>
a { background-color: #9907C9; }
a { background-color: rgb(153,7,201); }
div.DivClassName
{
background-color: #9907C9;
}
.BgClassName
{
background-color: #9907C9;
}
</style>
border-color css
<style>
span { border-color: #9907C9; }
span { border-color: rgb(153,7,201); }
td.TdClassName
{
border-color: #9907C9;
}
.TagClassName
{
border-color: #9907C9;
}
</style>