Shades of Dark Violet #9809DB
Tints of Dark Violet #9809DB
RGB
CMYK
RGB Variations
Color information
#9809DB (or 0x9809DB) is known color: Dark Violet. HEX triplet: 98, 09 and DB. RGB value is (152,9,219). Sum of RGB (Red+Green+Blue) = 152+9+219=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #9809DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809DB is #67F624. Grayscale: #4B4B4B. Windows color (decimal): -6813221 or 14354840. OLE color: 14354840.
HSL color Cylindrical-coordinate representation of color #9809DB: hue angle of 280.86º degrees, saturation: 0.92, 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 #9809DB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 9 | 219 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.14 |
| HSL | 280.86º | 0.92% | 0.45% | - |
| HSV(B) | 280.86º | 0.96% | 0.86% | - |
| XYZ | 25.83 | 11.99 | 67.97 | - |
| YUV | 75.7 | 208.88 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 219 | 0.31 | 0.96 | 0 | 0.14 | 280.86 | 0.92 | 0.45 |
| Hex | 98 | 9 | DB | 1F | 60 | 0 | E | 119 | 5C | 2D |
| Octal | 230 | 11 | 333 | 37 | 140 | 0 | 16 | 431 | 134 | 55 |
| Binary | 10011000 | 1001 | 11011011 | 11111 | 1100000 | 0 | 1110 | 100011001 | 1011100 | 101101 |
Color Harmonies of #9809DB
Complementary color
Monochromatic Colors of #9809DB
Black with #9809DB
Text Example
Text Example
White with #9809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809DB; }
p { color: rgb(152,9,219); }
H1.HeaderClassName
{
color: #9809DB;
}
.AnyTagClassName
{
color: #9809DB;
}
</style>
background-color css
<style>
a { background-color: #9809DB; }
a { background-color: rgb(152,9,219); }
div.DivClassName
{
background-color: #9809DB;
}
.BgClassName
{
background-color: #9809DB;
}
</style>
border-color css
<style>
span { border-color: #9809DB; }
span { border-color: rgb(152,9,219); }
td.TdClassName
{
border-color: #9809DB;
}
.TagClassName
{
border-color: #9809DB;
}
</style>