Shades of Dark Violet #9807DF
Tints of Dark Violet #9807DF
RGB
CMYK
RGB Variations
Color information
#9807DF (or 0x9807DF) is known color: Dark Violet. HEX triplet: 98, 07 and DF. RGB value is (152,7,223). Sum of RGB (Red+Green+Blue) = 152+7+223=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #9807DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DF is #67F820. Grayscale: #4A4A4A. Windows color (decimal): -6813729 or 14616472. OLE color: 14616472.
HSL color Cylindrical-coordinate representation of color #9807DF: hue angle of 280.28º 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 #9807DF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 7 | 223 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.13 |
| HSL | 280.28º | 0.94% | 0.45% | - |
| HSV(B) | 280.28º | 0.97% | 0.87% | - |
| XYZ | 26.34 | 12.16 | 70.77 | - |
| YUV | 74.98 | 211.54 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 223 | 0.32 | 0.97 | 0 | 0.13 | 280.28 | 0.94 | 0.45 |
| Hex | 98 | 7 | DF | 20 | 61 | 0 | D | 118 | 5E | 2D |
| Octal | 230 | 7 | 337 | 40 | 141 | 0 | 15 | 430 | 136 | 55 |
| Binary | 10011000 | 111 | 11011111 | 100000 | 1100001 | 0 | 1101 | 100011000 | 1011110 | 101101 |
Color Harmonies of #9807DF
Complementary color
Monochromatic Colors of #9807DF
Black with #9807DF
Text Example
Text Example
White with #9807DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807DF; }
p { color: rgb(152,7,223); }
H1.HeaderClassName
{
color: #9807DF;
}
.AnyTagClassName
{
color: #9807DF;
}
</style>
background-color css
<style>
a { background-color: #9807DF; }
a { background-color: rgb(152,7,223); }
div.DivClassName
{
background-color: #9807DF;
}
.BgClassName
{
background-color: #9807DF;
}
</style>
border-color css
<style>
span { border-color: #9807DF; }
span { border-color: rgb(152,7,223); }
td.TdClassName
{
border-color: #9807DF;
}
.TagClassName
{
border-color: #9807DF;
}
</style>