Shades of Dark Violet #9807DA
Tints of Dark Violet #9807DA
RGB
CMYK
RGB Variations
Color information
#9807DA (or 0x9807DA) is known color: Dark Violet. HEX triplet: 98, 07 and DA. RGB value is (152,7,218). Sum of RGB (Red+Green+Blue) = 152+7+218=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #9807DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DA is #67F825. Grayscale: #494949. Windows color (decimal): -6813734 or 14288792. OLE color: 14288792.
HSL color Cylindrical-coordinate representation of color #9807DA: hue angle of 281.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807DA is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 7 | 218 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.15 |
| HSL | 281.23º | 0.94% | 0.44% | - |
| HSV(B) | 281.23º | 0.97% | 0.85% | - |
| XYZ | 25.68 | 11.89 | 67.27 | - |
| YUV | 74.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 218 | 0.30 | 0.97 | 0 | 0.15 | 281.23 | 0.94 | 0.44 |
| Hex | 98 | 7 | DA | 1E | 61 | 0 | F | 119 | 5E | 2C |
| Octal | 230 | 7 | 332 | 36 | 141 | 0 | 17 | 431 | 136 | 54 |
| Binary | 10011000 | 111 | 11011010 | 11110 | 1100001 | 0 | 1111 | 100011001 | 1011110 | 101100 |
Color Harmonies of #9807DA
Complementary color
Monochromatic Colors of #9807DA
Black with #9807DA
Text Example
Text Example
White with #9807DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807DA; }
p { color: rgb(152,7,218); }
H1.HeaderClassName
{
color: #9807DA;
}
.AnyTagClassName
{
color: #9807DA;
}
</style>
background-color css
<style>
a { background-color: #9807DA; }
a { background-color: rgb(152,7,218); }
div.DivClassName
{
background-color: #9807DA;
}
.BgClassName
{
background-color: #9807DA;
}
</style>
border-color css
<style>
span { border-color: #9807DA; }
span { border-color: rgb(152,7,218); }
td.TdClassName
{
border-color: #9807DA;
}
.TagClassName
{
border-color: #9807DA;
}
</style>