Shades of Dark Violet #9807CE
Tints of Dark Violet #9807CE
RGB
CMYK
RGB Variations
Color information
#9807CE (or 0x9807CE) is known color: Dark Violet. HEX triplet: 98, 07 and CE. RGB value is (152,7,206). Sum of RGB (Red+Green+Blue) = 152+7+206=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #9807CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807CE is #67F831. Grayscale: #484848. Windows color (decimal): -6813746 or 13502360. OLE color: 13502360.
HSL color Cylindrical-coordinate representation of color #9807CE: hue angle of 283.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807CE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 7 | 206 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.19 |
| HSL | 283.72º | 0.93% | 0.42% | - |
| HSV(B) | 283.72º | 0.97% | 0.81% | - |
| XYZ | 24.17 | 11.28 | 59.3 | - |
| YUV | 73.04 | 203.04 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 206 | 0.26 | 0.97 | 0 | 0.19 | 283.72 | 0.93 | 0.42 |
| Hex | 98 | 7 | CE | 1A | 61 | 0 | 13 | 11C | 5D | 2A |
| Octal | 230 | 7 | 316 | 32 | 141 | 0 | 23 | 434 | 135 | 52 |
| Binary | 10011000 | 111 | 11001110 | 11010 | 1100001 | 0 | 10011 | 100011100 | 1011101 | 101010 |
Color Harmonies of #9807CE
Complementary color
Monochromatic Colors of #9807CE
Black with #9807CE
Text Example
Text Example
White with #9807CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807CE; }
p { color: rgb(152,7,206); }
H1.HeaderClassName
{
color: #9807CE;
}
.AnyTagClassName
{
color: #9807CE;
}
</style>
background-color css
<style>
a { background-color: #9807CE; }
a { background-color: rgb(152,7,206); }
div.DivClassName
{
background-color: #9807CE;
}
.BgClassName
{
background-color: #9807CE;
}
</style>
border-color css
<style>
span { border-color: #9807CE; }
span { border-color: rgb(152,7,206); }
td.TdClassName
{
border-color: #9807CE;
}
.TagClassName
{
border-color: #9807CE;
}
</style>