Shades of Blue Violet #9115ED
Tints of Blue Violet #9115ED
RGB
CMYK
RGB Variations
Color information
#9115ED (or 0x9115ED) is known color: Blue Violet. HEX triplet: 91, 15 and ED. RGB value is (145,21,237). Sum of RGB (Red+Green+Blue) = 145+21+237=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #9115ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9115ED is #6EEA12. Grayscale: #515151. Windows color (decimal): -7268883 or 15537553. OLE color: 15537553.
HSL color Cylindrical-coordinate representation of color #9115ED: hue angle of 274.44º 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 #9115ED is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 21 | 237 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.07 |
| HSL | 274.44º | 0.86% | 0.51% | - |
| HSV(B) | 274.44º | 0.91% | 0.93% | - |
| XYZ | 27.23 | 12.67 | 81.13 | - |
| YUV | 82.7 | 215.08 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 237 | 0.39 | 0.91 | 0 | 0.07 | 274.44 | 0.86 | 0.51 |
| Hex | 91 | 15 | ED | 27 | 5B | 0 | 7 | 112 | 56 | 33 |
| Octal | 221 | 25 | 355 | 47 | 133 | 0 | 7 | 422 | 126 | 63 |
| Binary | 10010001 | 10101 | 11101101 | 100111 | 1011011 | 0 | 111 | 100010010 | 1010110 | 110011 |
Color Harmonies of #9115ED
Complementary color
Monochromatic Colors of #9115ED
Black with #9115ED
Text Example
Text Example
White with #9115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115ED; }
p { color: rgb(145,21,237); }
H1.HeaderClassName
{
color: #9115ED;
}
.AnyTagClassName
{
color: #9115ED;
}
</style>
background-color css
<style>
a { background-color: #9115ED; }
a { background-color: rgb(145,21,237); }
div.DivClassName
{
background-color: #9115ED;
}
.BgClassName
{
background-color: #9115ED;
}
</style>
border-color css
<style>
span { border-color: #9115ED; }
span { border-color: rgb(145,21,237); }
td.TdClassName
{
border-color: #9115ED;
}
.TagClassName
{
border-color: #9115ED;
}
</style>