Shades of Dark Violet #9813CF
Tints of Dark Violet #9813CF
RGB
CMYK
RGB Variations
Color information
#9813CF (or 0x9813CF) is known color: Dark Violet. HEX triplet: 98, 13 and CF. RGB value is (152,19,207). Sum of RGB (Red+Green+Blue) = 152+19+207=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #9813CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813CF is #67EC30. Grayscale: #4F4F4F. Windows color (decimal): -6810673 or 13570968. OLE color: 13570968.
HSL color Cylindrical-coordinate representation of color #9813CF: hue angle of 282.45º 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 #9813CF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 19 | 207 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.19 |
| HSL | 282.45º | 0.83% | 0.44% | - |
| HSV(B) | 282.45º | 0.91% | 0.81% | - |
| XYZ | 24.44 | 11.65 | 59.99 | - |
| YUV | 80.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 207 | 0.27 | 0.91 | 0 | 0.19 | 282.45 | 0.83 | 0.44 |
| Hex | 98 | 13 | CF | 1B | 5B | 0 | 13 | 11A | 53 | 2C |
| Octal | 230 | 23 | 317 | 33 | 133 | 0 | 23 | 432 | 123 | 54 |
| Binary | 10011000 | 10011 | 11001111 | 11011 | 1011011 | 0 | 10011 | 100011010 | 1010011 | 101100 |
Color Harmonies of #9813CF
Complementary color
Monochromatic Colors of #9813CF
Black with #9813CF
Text Example
Text Example
White with #9813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813CF; }
p { color: rgb(152,19,207); }
H1.HeaderClassName
{
color: #9813CF;
}
.AnyTagClassName
{
color: #9813CF;
}
</style>
background-color css
<style>
a { background-color: #9813CF; }
a { background-color: rgb(152,19,207); }
div.DivClassName
{
background-color: #9813CF;
}
.BgClassName
{
background-color: #9813CF;
}
</style>
border-color css
<style>
span { border-color: #9813CF; }
span { border-color: rgb(152,19,207); }
td.TdClassName
{
border-color: #9813CF;
}
.TagClassName
{
border-color: #9813CF;
}
</style>