Shades of Blue Violet #951AEC
Tints of Blue Violet #951AEC
RGB
CMYK
RGB Variations
Color information
#951AEC (or 0x951AEC) is known color: Blue Violet. HEX triplet: 95, 1A and EC. RGB value is (149,26,236). Sum of RGB (Red+Green+Blue) = 149+26+236=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #951AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AEC is #6AE513. Grayscale: #565656. Windows color (decimal): -7005460 or 15473301. OLE color: 15473301.
HSL color Cylindrical-coordinate representation of color #951AEC: hue angle of 275.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951AEC is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 26 | 236 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.07 |
| HSL | 275.14º | 0.85% | 0.51% | - |
| HSV(B) | 275.14º | 0.89% | 0.93% | - |
| XYZ | 27.9 | 13.18 | 80.43 | - |
| YUV | 86.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 236 | 0.37 | 0.89 | 0 | 0.07 | 275.14 | 0.85 | 0.51 |
| Hex | 95 | 1A | EC | 25 | 59 | 0 | 7 | 113 | 55 | 33 |
| Octal | 225 | 32 | 354 | 45 | 131 | 0 | 7 | 423 | 125 | 63 |
| Binary | 10010101 | 11010 | 11101100 | 100101 | 1011001 | 0 | 111 | 100010011 | 1010101 | 110011 |
Color Harmonies of #951AEC
Complementary color
Monochromatic Colors of #951AEC
Black with #951AEC
Text Example
Text Example
White with #951AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AEC; }
p { color: rgb(149,26,236); }
H1.HeaderClassName
{
color: #951AEC;
}
.AnyTagClassName
{
color: #951AEC;
}
</style>
background-color css
<style>
a { background-color: #951AEC; }
a { background-color: rgb(149,26,236); }
div.DivClassName
{
background-color: #951AEC;
}
.BgClassName
{
background-color: #951AEC;
}
</style>
border-color css
<style>
span { border-color: #951AEC; }
span { border-color: rgb(149,26,236); }
td.TdClassName
{
border-color: #951AEC;
}
.TagClassName
{
border-color: #951AEC;
}
</style>