Shades of Dark Violet #9807C9
Tints of Dark Violet #9807C9
RGB
CMYK
RGB Variations
Color information
#9807C9 (or 0x9807C9) is known color: Dark Violet. HEX triplet: 98, 07 and C9. RGB value is (152,7,201). Sum of RGB (Red+Green+Blue) = 152+7+201=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #9807C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807C9 is #67F836. Grayscale: #474747. Windows color (decimal): -6813751 or 13174680. OLE color: 13174680.
HSL color Cylindrical-coordinate representation of color #9807C9: hue angle of 284.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807C9 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 7 | 201 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.21 |
| HSL | 284.85º | 0.93% | 0.41% | - |
| HSV(B) | 284.85º | 0.97% | 0.79% | - |
| XYZ | 23.57 | 11.04 | 56.15 | - |
| YUV | 72.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 201 | 0.24 | 0.97 | 0 | 0.21 | 284.85 | 0.93 | 0.41 |
| Hex | 98 | 7 | C9 | 18 | 61 | 0 | 15 | 11D | 5D | 29 |
| Octal | 230 | 7 | 311 | 30 | 141 | 0 | 25 | 435 | 135 | 51 |
| Binary | 10011000 | 111 | 11001001 | 11000 | 1100001 | 0 | 10101 | 100011101 | 1011101 | 101001 |
Color Harmonies of #9807C9
Complementary color
Monochromatic Colors of #9807C9
Black with #9807C9
Text Example
Text Example
White with #9807C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807C9; }
p { color: rgb(152,7,201); }
H1.HeaderClassName
{
color: #9807C9;
}
.AnyTagClassName
{
color: #9807C9;
}
</style>
background-color css
<style>
a { background-color: #9807C9; }
a { background-color: rgb(152,7,201); }
div.DivClassName
{
background-color: #9807C9;
}
.BgClassName
{
background-color: #9807C9;
}
</style>
border-color css
<style>
span { border-color: #9807C9; }
span { border-color: rgb(152,7,201); }
td.TdClassName
{
border-color: #9807C9;
}
.TagClassName
{
border-color: #9807C9;
}
</style>