Shades of Dark Violet #9215DB
Tints of Dark Violet #9215DB
RGB
CMYK
RGB Variations
Color information
#9215DB (or 0x9215DB) is known color: Dark Violet. HEX triplet: 92, 15 and DB. RGB value is (146,21,219). Sum of RGB (Red+Green+Blue) = 146+21+219=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9215DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215DB is #6DEA24. Grayscale: #505050. Windows color (decimal): -7203365 or 14357906. OLE color: 14357906.
HSL color Cylindrical-coordinate representation of color #9215DB: hue angle of 277.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215DB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 21 | 219 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.14 |
| HSL | 277.88º | 0.83% | 0.47% | - |
| HSV(B) | 277.88º | 0.9% | 0.86% | - |
| XYZ | 24.91 | 11.76 | 67.98 | - |
| YUV | 80.95 | 205.91 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 219 | 0.33 | 0.90 | 0 | 0.14 | 277.88 | 0.83 | 0.47 |
| Hex | 92 | 15 | DB | 21 | 5A | 0 | E | 116 | 52 | 2F |
| Octal | 222 | 25 | 333 | 41 | 132 | 0 | 16 | 426 | 122 | 57 |
| Binary | 10010010 | 10101 | 11011011 | 100001 | 1011010 | 0 | 1110 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9215DB
Complementary color
Monochromatic Colors of #9215DB
Black with #9215DB
Text Example
Text Example
White with #9215DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215DB; }
p { color: rgb(146,21,219); }
H1.HeaderClassName
{
color: #9215DB;
}
.AnyTagClassName
{
color: #9215DB;
}
</style>
background-color css
<style>
a { background-color: #9215DB; }
a { background-color: rgb(146,21,219); }
div.DivClassName
{
background-color: #9215DB;
}
.BgClassName
{
background-color: #9215DB;
}
</style>
border-color css
<style>
span { border-color: #9215DB; }
span { border-color: rgb(146,21,219); }
td.TdClassName
{
border-color: #9215DB;
}
.TagClassName
{
border-color: #9215DB;
}
</style>