Shades of Blue Violet #951BE8
Tints of Blue Violet #951BE8
RGB
CMYK
RGB Variations
Color information
#951BE8 (or 0x951BE8) is known color: Blue Violet. HEX triplet: 95, 1B and E8. RGB value is (149,27,232). Sum of RGB (Red+Green+Blue) = 149+27+232=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #951BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BE8 is #6AE417. Grayscale: #565656. Windows color (decimal): -7005208 or 15211413. OLE color: 15211413.
HSL color Cylindrical-coordinate representation of color #951BE8: hue angle of 275.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951BE8 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 27 | 232 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.09 |
| HSL | 275.71º | 0.82% | 0.51% | - |
| HSV(B) | 275.71º | 0.88% | 0.91% | - |
| XYZ | 27.35 | 13 | 77.41 | - |
| YUV | 86.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 232 | 0.36 | 0.88 | 0 | 0.09 | 275.71 | 0.82 | 0.51 |
| Hex | 95 | 1B | E8 | 24 | 58 | 0 | 9 | 114 | 52 | 33 |
| Octal | 225 | 33 | 350 | 44 | 130 | 0 | 11 | 424 | 122 | 63 |
| Binary | 10010101 | 11011 | 11101000 | 100100 | 1011000 | 0 | 1001 | 100010100 | 1010010 | 110011 |
Color Harmonies of #951BE8
Complementary color
Monochromatic Colors of #951BE8
Black with #951BE8
Text Example
Text Example
White with #951BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BE8; }
p { color: rgb(149,27,232); }
H1.HeaderClassName
{
color: #951BE8;
}
.AnyTagClassName
{
color: #951BE8;
}
</style>
background-color css
<style>
a { background-color: #951BE8; }
a { background-color: rgb(149,27,232); }
div.DivClassName
{
background-color: #951BE8;
}
.BgClassName
{
background-color: #951BE8;
}
</style>
border-color css
<style>
span { border-color: #951BE8; }
span { border-color: rgb(149,27,232); }
td.TdClassName
{
border-color: #951BE8;
}
.TagClassName
{
border-color: #951BE8;
}
</style>