Shades of Dark Violet #9808DB
Tints of Dark Violet #9808DB
RGB
CMYK
RGB Variations
Color information
#9808DB (or 0x9808DB) is known color: Dark Violet. HEX triplet: 98, 08 and DB. RGB value is (152,8,219). Sum of RGB (Red+Green+Blue) = 152+8+219=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #9808DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808DB is #67F724. Grayscale: #4A4A4A. Windows color (decimal): -6813477 or 14354584. OLE color: 14354584.
HSL color Cylindrical-coordinate representation of color #9808DB: hue angle of 280.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808DB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 8 | 219 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.14 |
| HSL | 280.95º | 0.93% | 0.45% | - |
| HSV(B) | 280.95º | 0.96% | 0.86% | - |
| XYZ | 25.82 | 11.96 | 67.97 | - |
| YUV | 75.11 | 209.21 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 219 | 0.31 | 0.96 | 0 | 0.14 | 280.95 | 0.93 | 0.45 |
| Hex | 98 | 8 | DB | 1F | 60 | 0 | E | 119 | 5D | 2D |
| Octal | 230 | 10 | 333 | 37 | 140 | 0 | 16 | 431 | 135 | 55 |
| Binary | 10011000 | 1000 | 11011011 | 11111 | 1100000 | 0 | 1110 | 100011001 | 1011101 | 101101 |
Color Harmonies of #9808DB
Complementary color
Monochromatic Colors of #9808DB
Black with #9808DB
Text Example
Text Example
White with #9808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808DB; }
p { color: rgb(152,8,219); }
H1.HeaderClassName
{
color: #9808DB;
}
.AnyTagClassName
{
color: #9808DB;
}
</style>
background-color css
<style>
a { background-color: #9808DB; }
a { background-color: rgb(152,8,219); }
div.DivClassName
{
background-color: #9808DB;
}
.BgClassName
{
background-color: #9808DB;
}
</style>
border-color css
<style>
span { border-color: #9808DB; }
span { border-color: rgb(152,8,219); }
td.TdClassName
{
border-color: #9808DB;
}
.TagClassName
{
border-color: #9808DB;
}
</style>