Shades of Dark Violet #9215BB
Tints of Dark Violet #9215BB
RGB
CMYK
RGB Variations
Color information
#9215BB (or 0x9215BB) is known color: Dark Violet. HEX triplet: 92, 15 and BB. RGB value is (146,21,187). Sum of RGB (Red+Green+Blue) = 146+21+187=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9215BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215BB is #6DEA44. Grayscale: #4C4C4C. Windows color (decimal): -7203397 or 12260754. OLE color: 12260754.
HSL color Cylindrical-coordinate representation of color #9215BB: hue angle of 285.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9215BB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 21 | 187 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.27 |
| HSL | 285.18º | 0.8% | 0.41% | - |
| HSV(B) | 285.18º | 0.89% | 0.73% | - |
| XYZ | 21.09 | 10.24 | 47.88 | - |
| YUV | 77.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 187 | 0.22 | 0.89 | 0 | 0.27 | 285.18 | 0.8 | 0.41 |
| Hex | 92 | 15 | BB | 16 | 59 | 0 | 1B | 11D | 50 | 29 |
| Octal | 222 | 25 | 273 | 26 | 131 | 0 | 33 | 435 | 120 | 51 |
| Binary | 10010010 | 10101 | 10111011 | 10110 | 1011001 | 0 | 11011 | 100011101 | 1010000 | 101001 |
Color Harmonies of #9215BB
Complementary color
Monochromatic Colors of #9215BB
Black with #9215BB
Text Example
Text Example
White with #9215BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215BB; }
p { color: rgb(146,21,187); }
H1.HeaderClassName
{
color: #9215BB;
}
.AnyTagClassName
{
color: #9215BB;
}
</style>
background-color css
<style>
a { background-color: #9215BB; }
a { background-color: rgb(146,21,187); }
div.DivClassName
{
background-color: #9215BB;
}
.BgClassName
{
background-color: #9215BB;
}
</style>
border-color css
<style>
span { border-color: #9215BB; }
span { border-color: rgb(146,21,187); }
td.TdClassName
{
border-color: #9215BB;
}
.TagClassName
{
border-color: #9215BB;
}
</style>