Shades of Dark Violet #9215CF
Tints of Dark Violet #9215CF
RGB
CMYK
RGB Variations
Color information
#9215CF (or 0x9215CF) is known color: Dark Violet. HEX triplet: 92, 15 and CF. RGB value is (146,21,207). Sum of RGB (Red+Green+Blue) = 146+21+207=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #9215CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215CF is #6DEA30. Grayscale: #4E4E4E. Windows color (decimal): -7203377 or 13571474. OLE color: 13571474.
HSL color Cylindrical-coordinate representation of color #9215CF: hue angle of 280.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9215CF is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 21 | 207 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.19 |
| HSL | 280.32º | 0.82% | 0.45% | - |
| HSV(B) | 280.32º | 0.9% | 0.81% | - |
| XYZ | 23.38 | 11.15 | 59.95 | - |
| YUV | 79.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 207 | 0.29 | 0.90 | 0 | 0.19 | 280.32 | 0.82 | 0.45 |
| Hex | 92 | 15 | CF | 1D | 5A | 0 | 13 | 118 | 52 | 2D |
| Octal | 222 | 25 | 317 | 35 | 132 | 0 | 23 | 430 | 122 | 55 |
| Binary | 10010010 | 10101 | 11001111 | 11101 | 1011010 | 0 | 10011 | 100011000 | 1010010 | 101101 |
Color Harmonies of #9215CF
Complementary color
Monochromatic Colors of #9215CF
Black with #9215CF
Text Example
Text Example
White with #9215CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215CF; }
p { color: rgb(146,21,207); }
H1.HeaderClassName
{
color: #9215CF;
}
.AnyTagClassName
{
color: #9215CF;
}
</style>
background-color css
<style>
a { background-color: #9215CF; }
a { background-color: rgb(146,21,207); }
div.DivClassName
{
background-color: #9215CF;
}
.BgClassName
{
background-color: #9215CF;
}
</style>
border-color css
<style>
span { border-color: #9215CF; }
span { border-color: rgb(146,21,207); }
td.TdClassName
{
border-color: #9215CF;
}
.TagClassName
{
border-color: #9215CF;
}
</style>