Shades of Dark Violet #9215DD
Tints of Dark Violet #9215DD
RGB
CMYK
RGB Variations
Color information
#9215DD (or 0x9215DD) is known color: Dark Violet. HEX triplet: 92, 15 and DD. RGB value is (146,21,221). Sum of RGB (Red+Green+Blue) = 146+21+221=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #9215DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215DD is #6DEA22. Grayscale: #505050. Windows color (decimal): -7203363 or 14488978. OLE color: 14488978.
HSL color Cylindrical-coordinate representation of color #9215DD: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215DD is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 21 | 221 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.13 |
| HSL | 277.5º | 0.83% | 0.47% | - |
| HSV(B) | 277.5º | 0.9% | 0.87% | - |
| XYZ | 25.17 | 11.87 | 69.37 | - |
| YUV | 81.18 | 206.91 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 221 | 0.34 | 0.90 | 0 | 0.13 | 277.5 | 0.83 | 0.47 |
| Hex | 92 | 15 | DD | 22 | 5A | 0 | D | 116 | 53 | 2F |
| Octal | 222 | 25 | 335 | 42 | 132 | 0 | 15 | 426 | 123 | 57 |
| Binary | 10010010 | 10101 | 11011101 | 100010 | 1011010 | 0 | 1101 | 100010110 | 1010011 | 101111 |
Color Harmonies of #9215DD
Complementary color
Monochromatic Colors of #9215DD
Black with #9215DD
Text Example
Text Example
White with #9215DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215DD; }
p { color: rgb(146,21,221); }
H1.HeaderClassName
{
color: #9215DD;
}
.AnyTagClassName
{
color: #9215DD;
}
</style>
background-color css
<style>
a { background-color: #9215DD; }
a { background-color: rgb(146,21,221); }
div.DivClassName
{
background-color: #9215DD;
}
.BgClassName
{
background-color: #9215DD;
}
</style>
border-color css
<style>
span { border-color: #9215DD; }
span { border-color: rgb(146,21,221); }
td.TdClassName
{
border-color: #9215DD;
}
.TagClassName
{
border-color: #9215DD;
}
</style>