Shades of Dark Violet #9808DF
Tints of Dark Violet #9808DF
RGB
CMYK
RGB Variations
Color information
#9808DF (or 0x9808DF) is known color: Dark Violet. HEX triplet: 98, 08 and DF. RGB value is (152,8,223). Sum of RGB (Red+Green+Blue) = 152+8+223=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #9808DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808DF is #67F720. Grayscale: #4A4A4A. Windows color (decimal): -6813473 or 14616728. OLE color: 14616728.
HSL color Cylindrical-coordinate representation of color #9808DF: hue angle of 280.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808DF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 8 | 223 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.13 |
| HSL | 280.19º | 0.93% | 0.45% | - |
| HSV(B) | 280.19º | 0.96% | 0.87% | - |
| XYZ | 26.36 | 12.18 | 70.77 | - |
| YUV | 75.57 | 211.21 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 223 | 0.32 | 0.96 | 0 | 0.13 | 280.19 | 0.93 | 0.45 |
| Hex | 98 | 8 | DF | 20 | 60 | 0 | D | 118 | 5D | 2D |
| Octal | 230 | 10 | 337 | 40 | 140 | 0 | 15 | 430 | 135 | 55 |
| Binary | 10011000 | 1000 | 11011111 | 100000 | 1100000 | 0 | 1101 | 100011000 | 1011101 | 101101 |
Color Harmonies of #9808DF
Complementary color
Monochromatic Colors of #9808DF
Black with #9808DF
Text Example
Text Example
White with #9808DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808DF; }
p { color: rgb(152,8,223); }
H1.HeaderClassName
{
color: #9808DF;
}
.AnyTagClassName
{
color: #9808DF;
}
</style>
background-color css
<style>
a { background-color: #9808DF; }
a { background-color: rgb(152,8,223); }
div.DivClassName
{
background-color: #9808DF;
}
.BgClassName
{
background-color: #9808DF;
}
</style>
border-color css
<style>
span { border-color: #9808DF; }
span { border-color: rgb(152,8,223); }
td.TdClassName
{
border-color: #9808DF;
}
.TagClassName
{
border-color: #9808DF;
}
</style>