Shades of Dark Violet #9913CF
Tints of Dark Violet #9913CF
RGB
CMYK
RGB Variations
Color information
#9913CF (or 0x9913CF) is known color: Dark Violet. HEX triplet: 99, 13 and CF. RGB value is (153,19,207). Sum of RGB (Red+Green+Blue) = 153+19+207=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #9913CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913CF is #66EC30. Grayscale: #4F4F4F. Windows color (decimal): -6745137 or 13570969. OLE color: 13570969.
HSL color Cylindrical-coordinate representation of color #9913CF: hue angle of 282.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913CF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 19 | 207 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.19 |
| HSL | 282.77º | 0.83% | 0.44% | - |
| HSV(B) | 282.77º | 0.91% | 0.81% | - |
| XYZ | 24.63 | 11.74 | 60 | - |
| YUV | 80.5 | 199.39 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 207 | 0.26 | 0.91 | 0 | 0.19 | 282.77 | 0.83 | 0.44 |
| Hex | 99 | 13 | CF | 1A | 5B | 0 | 13 | 11B | 53 | 2C |
| Octal | 231 | 23 | 317 | 32 | 133 | 0 | 23 | 433 | 123 | 54 |
| Binary | 10011001 | 10011 | 11001111 | 11010 | 1011011 | 0 | 10011 | 100011011 | 1010011 | 101100 |
Color Harmonies of #9913CF
Complementary color
Monochromatic Colors of #9913CF
Black with #9913CF
Text Example
Text Example
White with #9913CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913CF; }
p { color: rgb(153,19,207); }
H1.HeaderClassName
{
color: #9913CF;
}
.AnyTagClassName
{
color: #9913CF;
}
</style>
background-color css
<style>
a { background-color: #9913CF; }
a { background-color: rgb(153,19,207); }
div.DivClassName
{
background-color: #9913CF;
}
.BgClassName
{
background-color: #9913CF;
}
</style>
border-color css
<style>
span { border-color: #9913CF; }
span { border-color: rgb(153,19,207); }
td.TdClassName
{
border-color: #9913CF;
}
.TagClassName
{
border-color: #9913CF;
}
</style>