Shades of Dark Violet #9807DC
Tints of Dark Violet #9807DC
RGB
CMYK
RGB Variations
Color information
#9807DC (or 0x9807DC) is known color: Dark Violet. HEX triplet: 98, 07 and DC. RGB value is (152,7,220). Sum of RGB (Red+Green+Blue) = 152+7+220=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #9807DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DC is #67F823. Grayscale: #494949. Windows color (decimal): -6813732 or 14419864. OLE color: 14419864.
HSL color Cylindrical-coordinate representation of color #9807DC: hue angle of 280.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807DC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 7 | 220 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.14 |
| HSL | 280.85º | 0.94% | 0.45% | - |
| HSV(B) | 280.85º | 0.97% | 0.86% | - |
| XYZ | 25.94 | 11.99 | 68.66 | - |
| YUV | 74.64 | 210.04 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 220 | 0.31 | 0.97 | 0 | 0.14 | 280.85 | 0.94 | 0.45 |
| Hex | 98 | 7 | DC | 1F | 61 | 0 | E | 119 | 5E | 2D |
| Octal | 230 | 7 | 334 | 37 | 141 | 0 | 16 | 431 | 136 | 55 |
| Binary | 10011000 | 111 | 11011100 | 11111 | 1100001 | 0 | 1110 | 100011001 | 1011110 | 101101 |
Color Harmonies of #9807DC
Complementary color
Monochromatic Colors of #9807DC
Black with #9807DC
Text Example
Text Example
White with #9807DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807DC; }
p { color: rgb(152,7,220); }
H1.HeaderClassName
{
color: #9807DC;
}
.AnyTagClassName
{
color: #9807DC;
}
</style>
background-color css
<style>
a { background-color: #9807DC; }
a { background-color: rgb(152,7,220); }
div.DivClassName
{
background-color: #9807DC;
}
.BgClassName
{
background-color: #9807DC;
}
</style>
border-color css
<style>
span { border-color: #9807DC; }
span { border-color: rgb(152,7,220); }
td.TdClassName
{
border-color: #9807DC;
}
.TagClassName
{
border-color: #9807DC;
}
</style>