Shades of Blue Violet #9515EA
Tints of Blue Violet #9515EA
RGB
CMYK
RGB Variations
Color information
#9515EA (or 0x9515EA) is known color: Blue Violet. HEX triplet: 95, 15 and EA. RGB value is (149,21,234). Sum of RGB (Red+Green+Blue) = 149+21+234=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #9515EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515EA is #6AEA15. Grayscale: #525252. Windows color (decimal): -7006742 or 15340949. OLE color: 15340949.
HSL color Cylindrical-coordinate representation of color #9515EA: hue angle of 276.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9515EA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 21 | 234 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.08 |
| HSL | 276.06º | 0.84% | 0.5% | - |
| HSV(B) | 276.06º | 0.91% | 0.92% | - |
| XYZ | 27.51 | 12.87 | 78.88 | - |
| YUV | 83.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 234 | 0.36 | 0.91 | 0 | 0.08 | 276.06 | 0.84 | 0.5 |
| Hex | 95 | 15 | EA | 24 | 5B | 0 | 8 | 114 | 54 | 32 |
| Octal | 225 | 25 | 352 | 44 | 133 | 0 | 10 | 424 | 124 | 62 |
| Binary | 10010101 | 10101 | 11101010 | 100100 | 1011011 | 0 | 1000 | 100010100 | 1010100 | 110010 |
Color Harmonies of #9515EA
Complementary color
Monochromatic Colors of #9515EA
Black with #9515EA
Text Example
Text Example
White with #9515EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515EA; }
p { color: rgb(149,21,234); }
H1.HeaderClassName
{
color: #9515EA;
}
.AnyTagClassName
{
color: #9515EA;
}
</style>
background-color css
<style>
a { background-color: #9515EA; }
a { background-color: rgb(149,21,234); }
div.DivClassName
{
background-color: #9515EA;
}
.BgClassName
{
background-color: #9515EA;
}
</style>
border-color css
<style>
span { border-color: #9515EA; }
span { border-color: rgb(149,21,234); }
td.TdClassName
{
border-color: #9515EA;
}
.TagClassName
{
border-color: #9515EA;
}
</style>