Shades of Blue Violet #9515EF
Tints of Blue Violet #9515EF
RGB
CMYK
RGB Variations
Color information
#9515EF (or 0x9515EF) is known color: Blue Violet. HEX triplet: 95, 15 and EF. RGB value is (149,21,239). Sum of RGB (Red+Green+Blue) = 149+21+239=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #9515EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515EF is #6AEA10. Grayscale: #535353. Windows color (decimal): -7006737 or 15668629. OLE color: 15668629.
HSL color Cylindrical-coordinate representation of color #9515EF: hue angle of 275.23º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9515EF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 21 | 239 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.06 |
| HSL | 275.23º | 0.87% | 0.51% | - |
| HSV(B) | 275.23º | 0.91% | 0.94% | - |
| XYZ | 28.24 | 13.16 | 82.71 | - |
| YUV | 84.12 | 215.41 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 239 | 0.38 | 0.91 | 0 | 0.06 | 275.23 | 0.87 | 0.51 |
| Hex | 95 | 15 | EF | 26 | 5B | 0 | 6 | 113 | 57 | 33 |
| Octal | 225 | 25 | 357 | 46 | 133 | 0 | 6 | 423 | 127 | 63 |
| Binary | 10010101 | 10101 | 11101111 | 100110 | 1011011 | 0 | 110 | 100010011 | 1010111 | 110011 |
Color Harmonies of #9515EF
Complementary color
Monochromatic Colors of #9515EF
Black with #9515EF
Text Example
Text Example
White with #9515EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515EF; }
p { color: rgb(149,21,239); }
H1.HeaderClassName
{
color: #9515EF;
}
.AnyTagClassName
{
color: #9515EF;
}
</style>
background-color css
<style>
a { background-color: #9515EF; }
a { background-color: rgb(149,21,239); }
div.DivClassName
{
background-color: #9515EF;
}
.BgClassName
{
background-color: #9515EF;
}
</style>
border-color css
<style>
span { border-color: #9515EF; }
span { border-color: rgb(149,21,239); }
td.TdClassName
{
border-color: #9515EF;
}
.TagClassName
{
border-color: #9515EF;
}
</style>