Shades of Blue Violet #9215EE
Tints of Blue Violet #9215EE
RGB
CMYK
RGB Variations
Color information
#9215EE (or 0x9215EE) is known color: Blue Violet. HEX triplet: 92, 15 and EE. RGB value is (146,21,238). Sum of RGB (Red+Green+Blue) = 146+21+238=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #9215EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9215EE is #6DEA11. Grayscale: #525252. Windows color (decimal): -7203346 or 15603090. OLE color: 15603090.
HSL color Cylindrical-coordinate representation of color #9215EE: hue angle of 274.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9215EE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 21 | 238 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.07 |
| HSL | 274.56º | 0.86% | 0.51% | - |
| HSV(B) | 274.56º | 0.91% | 0.93% | - |
| XYZ | 27.55 | 12.82 | 81.91 | - |
| YUV | 83.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 238 | 0.39 | 0.91 | 0 | 0.07 | 274.56 | 0.86 | 0.51 |
| Hex | 92 | 15 | EE | 27 | 5B | 0 | 7 | 113 | 56 | 33 |
| Octal | 222 | 25 | 356 | 47 | 133 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010010 | 10101 | 11101110 | 100111 | 1011011 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9215EE
Complementary color
Monochromatic Colors of #9215EE
Black with #9215EE
Text Example
Text Example
White with #9215EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215EE; }
p { color: rgb(146,21,238); }
H1.HeaderClassName
{
color: #9215EE;
}
.AnyTagClassName
{
color: #9215EE;
}
</style>
background-color css
<style>
a { background-color: #9215EE; }
a { background-color: rgb(146,21,238); }
div.DivClassName
{
background-color: #9215EE;
}
.BgClassName
{
background-color: #9215EE;
}
</style>
border-color css
<style>
span { border-color: #9215EE; }
span { border-color: rgb(146,21,238); }
td.TdClassName
{
border-color: #9215EE;
}
.TagClassName
{
border-color: #9215EE;
}
</style>