Shades of Dark Violet #9807DD
Tints of Dark Violet #9807DD
RGB
CMYK
RGB Variations
Color information
#9807DD (or 0x9807DD) is known color: Dark Violet. HEX triplet: 98, 07 and DD. RGB value is (152,7,221). Sum of RGB (Red+Green+Blue) = 152+7+221=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #9807DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DD is #67F822. Grayscale: #4A4A4A. Windows color (decimal): -6813731 or 14485400. OLE color: 14485400.
HSL color Cylindrical-coordinate representation of color #9807DD: hue angle of 280.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807DD is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 7 | 221 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.13 |
| HSL | 280.65º | 0.94% | 0.45% | - |
| HSV(B) | 280.65º | 0.97% | 0.87% | - |
| XYZ | 26.08 | 12.05 | 69.36 | - |
| YUV | 74.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 221 | 0.31 | 0.97 | 0 | 0.13 | 280.65 | 0.94 | 0.45 |
| Hex | 98 | 7 | DD | 1F | 61 | 0 | D | 119 | 5E | 2D |
| Octal | 230 | 7 | 335 | 37 | 141 | 0 | 15 | 431 | 136 | 55 |
| Binary | 10011000 | 111 | 11011101 | 11111 | 1100001 | 0 | 1101 | 100011001 | 1011110 | 101101 |
Color Harmonies of #9807DD
Complementary color
Monochromatic Colors of #9807DD
Black with #9807DD
Text Example
Text Example
White with #9807DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807DD; }
p { color: rgb(152,7,221); }
H1.HeaderClassName
{
color: #9807DD;
}
.AnyTagClassName
{
color: #9807DD;
}
</style>
background-color css
<style>
a { background-color: #9807DD; }
a { background-color: rgb(152,7,221); }
div.DivClassName
{
background-color: #9807DD;
}
.BgClassName
{
background-color: #9807DD;
}
</style>
border-color css
<style>
span { border-color: #9807DD; }
span { border-color: rgb(152,7,221); }
td.TdClassName
{
border-color: #9807DD;
}
.TagClassName
{
border-color: #9807DD;
}
</style>