Shades of Dark Violet #9215BF
Tints of Dark Violet #9215BF
RGB
CMYK
RGB Variations
Color information
#9215BF (or 0x9215BF) is known color: Dark Violet. HEX triplet: 92, 15 and BF. RGB value is (146,21,191). Sum of RGB (Red+Green+Blue) = 146+21+191=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #9215BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215BF is #6DEA40. Grayscale: #4D4D4D. Windows color (decimal): -7203393 or 12522898. OLE color: 12522898.
HSL color Cylindrical-coordinate representation of color #9215BF: hue angle of 284.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9215BF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 21 | 191 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.25 |
| HSL | 284.12º | 0.8% | 0.42% | - |
| HSV(B) | 284.12º | 0.89% | 0.75% | - |
| XYZ | 21.53 | 10.41 | 50.16 | - |
| YUV | 77.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 191 | 0.24 | 0.89 | 0 | 0.25 | 284.12 | 0.8 | 0.42 |
| Hex | 92 | 15 | BF | 18 | 59 | 0 | 19 | 11C | 50 | 2A |
| Octal | 222 | 25 | 277 | 30 | 131 | 0 | 31 | 434 | 120 | 52 |
| Binary | 10010010 | 10101 | 10111111 | 11000 | 1011001 | 0 | 11001 | 100011100 | 1010000 | 101010 |
Color Harmonies of #9215BF
Complementary color
Monochromatic Colors of #9215BF
Black with #9215BF
Text Example
Text Example
White with #9215BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215BF; }
p { color: rgb(146,21,191); }
H1.HeaderClassName
{
color: #9215BF;
}
.AnyTagClassName
{
color: #9215BF;
}
</style>
background-color css
<style>
a { background-color: #9215BF; }
a { background-color: rgb(146,21,191); }
div.DivClassName
{
background-color: #9215BF;
}
.BgClassName
{
background-color: #9215BF;
}
</style>
border-color css
<style>
span { border-color: #9215BF; }
span { border-color: rgb(146,21,191); }
td.TdClassName
{
border-color: #9215BF;
}
.TagClassName
{
border-color: #9215BF;
}
</style>