Shades of Blue Violet #951AED
Tints of Blue Violet #951AED
RGB
CMYK
RGB Variations
Color information
#951AED (or 0x951AED) is known color: Blue Violet. HEX triplet: 95, 1A and ED. RGB value is (149,26,237). Sum of RGB (Red+Green+Blue) = 149+26+237=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #951AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AED is #6AE512. Grayscale: #565656. Windows color (decimal): -7005459 or 15538837. OLE color: 15538837.
HSL color Cylindrical-coordinate representation of color #951AED: hue angle of 274.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951AED is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 26 | 237 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.07 |
| HSL | 274.98º | 0.85% | 0.52% | - |
| HSV(B) | 274.98º | 0.89% | 0.93% | - |
| XYZ | 28.05 | 13.24 | 81.2 | - |
| YUV | 86.83 | 212.75 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 237 | 0.37 | 0.89 | 0 | 0.07 | 274.98 | 0.85 | 0.52 |
| Hex | 95 | 1A | ED | 25 | 59 | 0 | 7 | 113 | 55 | 34 |
| Octal | 225 | 32 | 355 | 45 | 131 | 0 | 7 | 423 | 125 | 64 |
| Binary | 10010101 | 11010 | 11101101 | 100101 | 1011001 | 0 | 111 | 100010011 | 1010101 | 110100 |
Color Harmonies of #951AED
Complementary color
Monochromatic Colors of #951AED
Black with #951AED
Text Example
Text Example
White with #951AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AED; }
p { color: rgb(149,26,237); }
H1.HeaderClassName
{
color: #951AED;
}
.AnyTagClassName
{
color: #951AED;
}
</style>
background-color css
<style>
a { background-color: #951AED; }
a { background-color: rgb(149,26,237); }
div.DivClassName
{
background-color: #951AED;
}
.BgClassName
{
background-color: #951AED;
}
</style>
border-color css
<style>
span { border-color: #951AED; }
span { border-color: rgb(149,26,237); }
td.TdClassName
{
border-color: #951AED;
}
.TagClassName
{
border-color: #951AED;
}
</style>