Shades of Blue Violet #9215ED
Tints of Blue Violet #9215ED
RGB
CMYK
RGB Variations
Color information
#9215ED (or 0x9215ED) is known color: Blue Violet. HEX triplet: 92, 15 and ED. RGB value is (146,21,237). Sum of RGB (Red+Green+Blue) = 146+21+237=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #9215ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9215ED is #6DEA12. Grayscale: #525252. Windows color (decimal): -7203347 or 15537554. OLE color: 15537554.
HSL color Cylindrical-coordinate representation of color #9215ED: hue angle of 274.72º 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 #9215ED is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 21 | 237 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.07 |
| HSL | 274.72º | 0.86% | 0.51% | - |
| HSV(B) | 274.72º | 0.91% | 0.93% | - |
| XYZ | 27.41 | 12.76 | 81.14 | - |
| YUV | 83 | 214.91 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 237 | 0.38 | 0.91 | 0 | 0.07 | 274.72 | 0.86 | 0.51 |
| Hex | 92 | 15 | ED | 26 | 5B | 0 | 7 | 113 | 56 | 33 |
| Octal | 222 | 25 | 355 | 46 | 133 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010010 | 10101 | 11101101 | 100110 | 1011011 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9215ED
Complementary color
Monochromatic Colors of #9215ED
Black with #9215ED
Text Example
Text Example
White with #9215ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9215ED; }
p { color: rgb(146,21,237); }
H1.HeaderClassName
{
color: #9215ED;
}
.AnyTagClassName
{
color: #9215ED;
}
</style>
background-color css
<style>
a { background-color: #9215ED; }
a { background-color: rgb(146,21,237); }
div.DivClassName
{
background-color: #9215ED;
}
.BgClassName
{
background-color: #9215ED;
}
</style>
border-color css
<style>
span { border-color: #9215ED; }
span { border-color: rgb(146,21,237); }
td.TdClassName
{
border-color: #9215ED;
}
.TagClassName
{
border-color: #9215ED;
}
</style>