Shades of Dark Violet #9808D8
Tints of Dark Violet #9808D8
RGB
CMYK
RGB Variations
Color information
#9808D8 (or 0x9808D8) is known color: Dark Violet. HEX triplet: 98, 08 and D8. RGB value is (152,8,216). Sum of RGB (Red+Green+Blue) = 152+8+216=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #9808D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808D8 is #67F727. Grayscale: #4A4A4A. Windows color (decimal): -6813480 or 14157976. OLE color: 14157976.
HSL color Cylindrical-coordinate representation of color #9808D8: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808D8 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 8 | 216 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.15 |
| HSL | 281.54º | 0.93% | 0.44% | - |
| HSV(B) | 281.54º | 0.96% | 0.85% | - |
| XYZ | 25.43 | 11.81 | 65.9 | - |
| YUV | 74.77 | 207.71 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 216 | 0.30 | 0.96 | 0 | 0.15 | 281.54 | 0.93 | 0.44 |
| Hex | 98 | 8 | D8 | 1E | 60 | 0 | F | 11A | 5D | 2C |
| Octal | 230 | 10 | 330 | 36 | 140 | 0 | 17 | 432 | 135 | 54 |
| Binary | 10011000 | 1000 | 11011000 | 11110 | 1100000 | 0 | 1111 | 100011010 | 1011101 | 101100 |
Color Harmonies of #9808D8
Complementary color
Monochromatic Colors of #9808D8
Black with #9808D8
Text Example
Text Example
White with #9808D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808D8; }
p { color: rgb(152,8,216); }
H1.HeaderClassName
{
color: #9808D8;
}
.AnyTagClassName
{
color: #9808D8;
}
</style>
background-color css
<style>
a { background-color: #9808D8; }
a { background-color: rgb(152,8,216); }
div.DivClassName
{
background-color: #9808D8;
}
.BgClassName
{
background-color: #9808D8;
}
</style>
border-color css
<style>
span { border-color: #9808D8; }
span { border-color: rgb(152,8,216); }
td.TdClassName
{
border-color: #9808D8;
}
.TagClassName
{
border-color: #9808D8;
}
</style>