Shades of Dark Violet #9205DB
Tints of Dark Violet #9205DB
RGB
CMYK
RGB Variations
Color information
#9205DB (or 0x9205DB) is known color: Dark Violet. HEX triplet: 92, 05 and DB. RGB value is (146,5,219). Sum of RGB (Red+Green+Blue) = 146+5+219=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #9205DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205DB is #6DFA24. Grayscale: #464646. Windows color (decimal): -7207461 or 14353810. OLE color: 14353810.
HSL color Cylindrical-coordinate representation of color #9205DB: hue angle of 279.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205DB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 5 | 219 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.14 |
| HSL | 279.53º | 0.96% | 0.44% | - |
| HSV(B) | 279.53º | 0.98% | 0.86% | - |
| XYZ | 24.69 | 11.33 | 67.9 | - |
| YUV | 71.56 | 211.21 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 219 | 0.33 | 0.98 | 0 | 0.14 | 279.53 | 0.96 | 0.44 |
| Hex | 92 | 5 | DB | 21 | 62 | 0 | E | 118 | 60 | 2C |
| Octal | 222 | 5 | 333 | 41 | 142 | 0 | 16 | 430 | 140 | 54 |
| Binary | 10010010 | 101 | 11011011 | 100001 | 1100010 | 0 | 1110 | 100011000 | 1100000 | 101100 |
Color Harmonies of #9205DB
Complementary color
Monochromatic Colors of #9205DB
Black with #9205DB
Text Example
Text Example
White with #9205DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205DB; }
p { color: rgb(146,5,219); }
H1.HeaderClassName
{
color: #9205DB;
}
.AnyTagClassName
{
color: #9205DB;
}
</style>
background-color css
<style>
a { background-color: #9205DB; }
a { background-color: rgb(146,5,219); }
div.DivClassName
{
background-color: #9205DB;
}
.BgClassName
{
background-color: #9205DB;
}
</style>
border-color css
<style>
span { border-color: #9205DB; }
span { border-color: rgb(146,5,219); }
td.TdClassName
{
border-color: #9205DB;
}
.TagClassName
{
border-color: #9205DB;
}
</style>