Shades of Dark Violet #9905CF
Tints of Dark Violet #9905CF
RGB
CMYK
RGB Variations
Color information
#9905CF (or 0x9905CF) is known color: Dark Violet. HEX triplet: 99, 05 and CF. RGB value is (153,5,207). Sum of RGB (Red+Green+Blue) = 153+5+207=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #9905CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905CF is #66FA30. Grayscale: #474747. Windows color (decimal): -6748721 or 13567385. OLE color: 13567385.
HSL color Cylindrical-coordinate representation of color #9905CF: hue angle of 283.96º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905CF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 5 | 207 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.19 |
| HSL | 283.96º | 0.95% | 0.42% | - |
| HSV(B) | 283.96º | 0.98% | 0.81% | - |
| XYZ | 24.45 | 11.39 | 59.94 | - |
| YUV | 72.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 207 | 0.26 | 0.98 | 0 | 0.19 | 283.96 | 0.95 | 0.42 |
| Hex | 99 | 5 | CF | 1A | 62 | 0 | 13 | 11C | 5F | 2A |
| Octal | 231 | 5 | 317 | 32 | 142 | 0 | 23 | 434 | 137 | 52 |
| Binary | 10011001 | 101 | 11001111 | 11010 | 1100010 | 0 | 10011 | 100011100 | 1011111 | 101010 |
Color Harmonies of #9905CF
Complementary color
Monochromatic Colors of #9905CF
Black with #9905CF
Text Example
Text Example
White with #9905CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905CF; }
p { color: rgb(153,5,207); }
H1.HeaderClassName
{
color: #9905CF;
}
.AnyTagClassName
{
color: #9905CF;
}
</style>
background-color css
<style>
a { background-color: #9905CF; }
a { background-color: rgb(153,5,207); }
div.DivClassName
{
background-color: #9905CF;
}
.BgClassName
{
background-color: #9905CF;
}
</style>
border-color css
<style>
span { border-color: #9905CF; }
span { border-color: rgb(153,5,207); }
td.TdClassName
{
border-color: #9905CF;
}
.TagClassName
{
border-color: #9905CF;
}
</style>