Shades of Dark Violet #9905D2
Tints of Dark Violet #9905D2
RGB
CMYK
RGB Variations
Color information
#9905D2 (or 0x9905D2) is known color: Dark Violet. HEX triplet: 99, 05 and D2. RGB value is (153,5,210). Sum of RGB (Red+Green+Blue) = 153+5+210=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #9905D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905D2 is #66FA2D. Grayscale: #474747. Windows color (decimal): -6748718 or 13763993. OLE color: 13763993.
HSL color Cylindrical-coordinate representation of color #9905D2: hue angle of 283.32º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905D2 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 5 | 210 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.18 |
| HSL | 283.32º | 0.95% | 0.42% | - |
| HSV(B) | 283.32º | 0.98% | 0.82% | - |
| XYZ | 24.82 | 11.53 | 61.89 | - |
| YUV | 72.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 210 | 0.27 | 0.98 | 0 | 0.18 | 283.32 | 0.95 | 0.42 |
| Hex | 99 | 5 | D2 | 1B | 62 | 0 | 12 | 11B | 5F | 2A |
| Octal | 231 | 5 | 322 | 33 | 142 | 0 | 22 | 433 | 137 | 52 |
| Binary | 10011001 | 101 | 11010010 | 11011 | 1100010 | 0 | 10010 | 100011011 | 1011111 | 101010 |
Color Harmonies of #9905D2
Complementary color
Monochromatic Colors of #9905D2
Black with #9905D2
Text Example
Text Example
White with #9905D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905D2; }
p { color: rgb(153,5,210); }
H1.HeaderClassName
{
color: #9905D2;
}
.AnyTagClassName
{
color: #9905D2;
}
</style>
background-color css
<style>
a { background-color: #9905D2; }
a { background-color: rgb(153,5,210); }
div.DivClassName
{
background-color: #9905D2;
}
.BgClassName
{
background-color: #9905D2;
}
</style>
border-color css
<style>
span { border-color: #9905D2; }
span { border-color: rgb(153,5,210); }
td.TdClassName
{
border-color: #9905D2;
}
.TagClassName
{
border-color: #9905D2;
}
</style>