Shades of Blue Violet #951CE8
Tints of Blue Violet #951CE8
RGB
CMYK
RGB Variations
Color information
#951CE8 (or 0x951CE8) is known color: Blue Violet. HEX triplet: 95, 1C and E8. RGB value is (149,28,232). Sum of RGB (Red+Green+Blue) = 149+28+232=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #951CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CE8 is #6AE317. Grayscale: #565656. Windows color (decimal): -7004952 or 15211669. OLE color: 15211669.
HSL color Cylindrical-coordinate representation of color #951CE8: hue angle of 275.59º 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 #951CE8 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 28 | 232 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.09 |
| HSL | 275.59º | 0.82% | 0.51% | - |
| HSV(B) | 275.59º | 0.88% | 0.91% | - |
| XYZ | 27.38 | 13.05 | 77.42 | - |
| YUV | 87.44 | 209.59 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 232 | 0.36 | 0.88 | 0 | 0.09 | 275.59 | 0.82 | 0.51 |
| Hex | 95 | 1C | E8 | 24 | 58 | 0 | 9 | 114 | 52 | 33 |
| Octal | 225 | 34 | 350 | 44 | 130 | 0 | 11 | 424 | 122 | 63 |
| Binary | 10010101 | 11100 | 11101000 | 100100 | 1011000 | 0 | 1001 | 100010100 | 1010010 | 110011 |
Color Harmonies of #951CE8
Complementary color
Monochromatic Colors of #951CE8
Black with #951CE8
Text Example
Text Example
White with #951CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CE8; }
p { color: rgb(149,28,232); }
H1.HeaderClassName
{
color: #951CE8;
}
.AnyTagClassName
{
color: #951CE8;
}
</style>
background-color css
<style>
a { background-color: #951CE8; }
a { background-color: rgb(149,28,232); }
div.DivClassName
{
background-color: #951CE8;
}
.BgClassName
{
background-color: #951CE8;
}
</style>
border-color css
<style>
span { border-color: #951CE8; }
span { border-color: rgb(149,28,232); }
td.TdClassName
{
border-color: #951CE8;
}
.TagClassName
{
border-color: #951CE8;
}
</style>