Shades of Dark Violet #9806DB
Tints of Dark Violet #9806DB
RGB
CMYK
RGB Variations
Color information
#9806DB (or 0x9806DB) is known color: Dark Violet. HEX triplet: 98, 06 and DB. RGB value is (152,6,219). Sum of RGB (Red+Green+Blue) = 152+6+219=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9806DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9806DB is #67F924. Grayscale: #494949. Windows color (decimal): -6813989 or 14354072. OLE color: 14354072.
HSL color Cylindrical-coordinate representation of color #9806DB: hue angle of 281.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9806DB is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 6 | 219 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.14 |
| HSL | 281.13º | 0.95% | 0.44% | - |
| HSV(B) | 281.13º | 0.97% | 0.86% | - |
| XYZ | 25.8 | 11.92 | 67.96 | - |
| YUV | 73.94 | 209.87 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 219 | 0.31 | 0.97 | 0 | 0.14 | 281.13 | 0.95 | 0.44 |
| Hex | 98 | 6 | DB | 1F | 61 | 0 | E | 119 | 5F | 2C |
| Octal | 230 | 6 | 333 | 37 | 141 | 0 | 16 | 431 | 137 | 54 |
| Binary | 10011000 | 110 | 11011011 | 11111 | 1100001 | 0 | 1110 | 100011001 | 1011111 | 101100 |
Color Harmonies of #9806DB
Complementary color
Monochromatic Colors of #9806DB
Black with #9806DB
Text Example
Text Example
White with #9806DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9806DB; }
p { color: rgb(152,6,219); }
H1.HeaderClassName
{
color: #9806DB;
}
.AnyTagClassName
{
color: #9806DB;
}
</style>
background-color css
<style>
a { background-color: #9806DB; }
a { background-color: rgb(152,6,219); }
div.DivClassName
{
background-color: #9806DB;
}
.BgClassName
{
background-color: #9806DB;
}
</style>
border-color css
<style>
span { border-color: #9806DB; }
span { border-color: rgb(152,6,219); }
td.TdClassName
{
border-color: #9806DB;
}
.TagClassName
{
border-color: #9806DB;
}
</style>