Shades of Dark Violet #9800D8
Tints of Dark Violet #9800D8
RGB
CMYK
RGB Variations
Color information
#9800D8 (or 0x9800D8) is known color: Dark Violet. HEX triplet: 98, 00 and D8. RGB value is (152,0,216). Sum of RGB (Red+Green+Blue) = 152+0+216=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #9800D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800D8 is #67FF27. Grayscale: #454545. Windows color (decimal): -6815528 or 14155928. OLE color: 14155928.
HSL color Cylindrical-coordinate representation of color #9800D8: hue angle of 282.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800D8 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 0 | 216 | - |
| CMYK | 0.30 | 1 | 0 | 0.15 |
| HSL | 282.22º | 1% | 0.42% | - |
| HSV(B) | 282.22º | 1% | 0.85% | - |
| XYZ | 25.34 | 11.63 | 65.88 | - |
| YUV | 70.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 216 | 0.30 | 1 | 0 | 0.15 | 282.22 | 1 | 0.42 |
| Hex | 98 | 0 | D8 | 1E | 64 | 0 | F | 11A | 64 | 2A |
| Octal | 230 | 0 | 330 | 36 | 144 | 0 | 17 | 432 | 144 | 52 |
| Binary | 10011000 | 0 | 11011000 | 11110 | 1100100 | 0 | 1111 | 100011010 | 1100100 | 101010 |
Color Harmonies of #9800D8
Complementary color
Monochromatic Colors of #9800D8
Black with #9800D8
Text Example
Text Example
White with #9800D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800D8; }
p { color: rgb(152,0,216); }
H1.HeaderClassName
{
color: #9800D8;
}
.AnyTagClassName
{
color: #9800D8;
}
</style>
background-color css
<style>
a { background-color: #9800D8; }
a { background-color: rgb(152,0,216); }
div.DivClassName
{
background-color: #9800D8;
}
.BgClassName
{
background-color: #9800D8;
}
</style>
border-color css
<style>
span { border-color: #9800D8; }
span { border-color: rgb(152,0,216); }
td.TdClassName
{
border-color: #9800D8;
}
.TagClassName
{
border-color: #9800D8;
}
</style>