Shades of Blue Violet #9510EE
Tints of Blue Violet #9510EE
RGB
CMYK
RGB Variations
Color information
#9510EE (or 0x9510EE) is known color: Blue Violet. HEX triplet: 95, 10 and EE. RGB value is (149,16,238). Sum of RGB (Red+Green+Blue) = 149+16+238=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #9510EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510EE is #6AEF11. Grayscale: #505050. Windows color (decimal): -7008018 or 15601813. OLE color: 15601813.
HSL color Cylindrical-coordinate representation of color #9510EE: hue angle of 275.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9510EE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 16 | 238 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.07 |
| HSL | 275.95º | 0.87% | 0.5% | - |
| HSV(B) | 275.95º | 0.93% | 0.93% | - |
| XYZ | 28.01 | 12.93 | 81.91 | - |
| YUV | 81.08 | 216.56 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 238 | 0.37 | 0.93 | 0 | 0.07 | 275.95 | 0.87 | 0.5 |
| Hex | 95 | 10 | EE | 25 | 5D | 0 | 7 | 114 | 57 | 32 |
| Octal | 225 | 20 | 356 | 45 | 135 | 0 | 7 | 424 | 127 | 62 |
| Binary | 10010101 | 10000 | 11101110 | 100101 | 1011101 | 0 | 111 | 100010100 | 1010111 | 110010 |
Color Harmonies of #9510EE
Complementary color
Monochromatic Colors of #9510EE
Black with #9510EE
Text Example
Text Example
White with #9510EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510EE; }
p { color: rgb(149,16,238); }
H1.HeaderClassName
{
color: #9510EE;
}
.AnyTagClassName
{
color: #9510EE;
}
</style>
background-color css
<style>
a { background-color: #9510EE; }
a { background-color: rgb(149,16,238); }
div.DivClassName
{
background-color: #9510EE;
}
.BgClassName
{
background-color: #9510EE;
}
</style>
border-color css
<style>
span { border-color: #9510EE; }
span { border-color: rgb(149,16,238); }
td.TdClassName
{
border-color: #9510EE;
}
.TagClassName
{
border-color: #9510EE;
}
</style>