Shades of Blue Violet #951BEE
Tints of Blue Violet #951BEE
RGB
CMYK
RGB Variations
Color information
#951BEE (or 0x951BEE) is known color: Blue Violet. HEX triplet: 95, 1B and EE. RGB value is (149,27,238). Sum of RGB (Red+Green+Blue) = 149+27+238=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #951BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BEE is #6AE411. Grayscale: #565656. Windows color (decimal): -7005202 or 15604629. OLE color: 15604629.
HSL color Cylindrical-coordinate representation of color #951BEE: hue angle of 274.69º degrees, saturation: 0.86, 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 #951BEE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 27 | 238 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.07 |
| HSL | 274.69º | 0.86% | 0.52% | - |
| HSV(B) | 274.69º | 0.89% | 0.93% | - |
| XYZ | 28.22 | 13.35 | 81.98 | - |
| YUV | 87.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 238 | 0.37 | 0.89 | 0 | 0.07 | 274.69 | 0.86 | 0.52 |
| Hex | 95 | 1B | EE | 25 | 59 | 0 | 7 | 113 | 56 | 34 |
| Octal | 225 | 33 | 356 | 45 | 131 | 0 | 7 | 423 | 126 | 64 |
| Binary | 10010101 | 11011 | 11101110 | 100101 | 1011001 | 0 | 111 | 100010011 | 1010110 | 110100 |
Color Harmonies of #951BEE
Complementary color
Monochromatic Colors of #951BEE
Black with #951BEE
Text Example
Text Example
White with #951BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BEE; }
p { color: rgb(149,27,238); }
H1.HeaderClassName
{
color: #951BEE;
}
.AnyTagClassName
{
color: #951BEE;
}
</style>
background-color css
<style>
a { background-color: #951BEE; }
a { background-color: rgb(149,27,238); }
div.DivClassName
{
background-color: #951BEE;
}
.BgClassName
{
background-color: #951BEE;
}
</style>
border-color css
<style>
span { border-color: #951BEE; }
span { border-color: rgb(149,27,238); }
td.TdClassName
{
border-color: #951BEE;
}
.TagClassName
{
border-color: #951BEE;
}
</style>