Shades of Dark Violet #9215CB
Tints of Dark Violet #9215CB
RGB
CMYK
RGB Variations
Color information
#9215CB (or 0x9215CB) is known color: Dark Violet. HEX triplet: 92, 15 and CB. RGB value is (146,21,203). Sum of RGB (Red+Green+Blue) = 146+21+203=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #9215CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215CB is #6DEA34. Grayscale: #4E4E4E. Windows color (decimal): -7203381 or 13309330. OLE color: 13309330.
HSL color Cylindrical-coordinate representation of color #9215CB: hue angle of 281.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215CB is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 21 | 203 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.20 |
| HSL | 281.21º | 0.81% | 0.44% | - |
| HSV(B) | 281.21º | 0.9% | 0.8% | - |
| XYZ | 22.9 | 10.96 | 57.41 | - |
| YUV | 79.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 203 | 0.28 | 0.90 | 0 | 0.20 | 281.21 | 0.81 | 0.44 |
| Hex | 92 | 15 | CB | 1C | 5A | 0 | 14 | 119 | 51 | 2C |
| Octal | 222 | 25 | 313 | 34 | 132 | 0 | 24 | 431 | 121 | 54 |
| Binary | 10010010 | 10101 | 11001011 | 11100 | 1011010 | 0 | 10100 | 100011001 | 1010001 | 101100 |
Color Harmonies of #9215CB
Complementary color
Monochromatic Colors of #9215CB
Black with #9215CB
Text Example
Text Example
White with #9215CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215CB; }
p { color: rgb(146,21,203); }
H1.HeaderClassName
{
color: #9215CB;
}
.AnyTagClassName
{
color: #9215CB;
}
</style>
background-color css
<style>
a { background-color: #9215CB; }
a { background-color: rgb(146,21,203); }
div.DivClassName
{
background-color: #9215CB;
}
.BgClassName
{
background-color: #9215CB;
}
</style>
border-color css
<style>
span { border-color: #9215CB; }
span { border-color: rgb(146,21,203); }
td.TdClassName
{
border-color: #9215CB;
}
.TagClassName
{
border-color: #9215CB;
}
</style>