Shades of Dark Violet #9207DB
Tints of Dark Violet #9207DB
RGB
CMYK
RGB Variations
Color information
#9207DB (or 0x9207DB) is known color: Dark Violet. HEX triplet: 92, 07 and DB. RGB value is (146,7,219). Sum of RGB (Red+Green+Blue) = 146+7+219=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #9207DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207DB is #6DF824. Grayscale: #484848. Windows color (decimal): -7206949 or 14354322. OLE color: 14354322.
HSL color Cylindrical-coordinate representation of color #9207DB: hue angle of 279.34º degrees, saturation: 0.94, 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 #9207DB is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 7 | 219 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.14 |
| HSL | 279.34º | 0.94% | 0.44% | - |
| HSV(B) | 279.34º | 0.97% | 0.86% | - |
| XYZ | 24.72 | 11.38 | 67.91 | - |
| YUV | 72.73 | 210.55 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 219 | 0.33 | 0.97 | 0 | 0.14 | 279.34 | 0.94 | 0.44 |
| Hex | 92 | 7 | DB | 21 | 61 | 0 | E | 117 | 5E | 2C |
| Octal | 222 | 7 | 333 | 41 | 141 | 0 | 16 | 427 | 136 | 54 |
| Binary | 10010010 | 111 | 11011011 | 100001 | 1100001 | 0 | 1110 | 100010111 | 1011110 | 101100 |
Color Harmonies of #9207DB
Complementary color
Monochromatic Colors of #9207DB
Black with #9207DB
Text Example
Text Example
White with #9207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207DB; }
p { color: rgb(146,7,219); }
H1.HeaderClassName
{
color: #9207DB;
}
.AnyTagClassName
{
color: #9207DB;
}
</style>
background-color css
<style>
a { background-color: #9207DB; }
a { background-color: rgb(146,7,219); }
div.DivClassName
{
background-color: #9207DB;
}
.BgClassName
{
background-color: #9207DB;
}
</style>
border-color css
<style>
span { border-color: #9207DB; }
span { border-color: rgb(146,7,219); }
td.TdClassName
{
border-color: #9207DB;
}
.TagClassName
{
border-color: #9207DB;
}
</style>