Shades of Blue Violet #953CE8
Tints of Blue Violet #953CE8
RGB
CMYK
RGB Variations
Color information
#953CE8 (or 0x953CE8) is known color: Blue Violet. HEX triplet: 95, 3C and E8. RGB value is (149,60,232). Sum of RGB (Red+Green+Blue) = 149+60+232=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #953CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CE8 is #6AC317. Grayscale: #696969. Windows color (decimal): -6996760 or 15219861. OLE color: 15219861.
HSL color Cylindrical-coordinate representation of color #953CE8: hue angle of 271.05º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953CE8 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 60 | 232 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.09 |
| HSL | 271.05º | 0.79% | 0.57% | - |
| HSV(B) | 271.05º | 0.74% | 0.91% | - |
| XYZ | 28.58 | 15.45 | 77.82 | - |
| YUV | 106.22 | 198.99 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 232 | 0.36 | 0.74 | 0 | 0.09 | 271.05 | 0.79 | 0.57 |
| Hex | 95 | 3C | E8 | 24 | 4A | 0 | 9 | 10F | 4F | 39 |
| Octal | 225 | 74 | 350 | 44 | 112 | 0 | 11 | 417 | 117 | 71 |
| Binary | 10010101 | 111100 | 11101000 | 100100 | 1001010 | 0 | 1001 | 100001111 | 1001111 | 111001 |
Color Harmonies of #953CE8
Complementary color
Monochromatic Colors of #953CE8
Black with #953CE8
Text Example
Text Example
White with #953CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CE8; }
p { color: rgb(149,60,232); }
H1.HeaderClassName
{
color: #953CE8;
}
.AnyTagClassName
{
color: #953CE8;
}
</style>
background-color css
<style>
a { background-color: #953CE8; }
a { background-color: rgb(149,60,232); }
div.DivClassName
{
background-color: #953CE8;
}
.BgClassName
{
background-color: #953CE8;
}
</style>
border-color css
<style>
span { border-color: #953CE8; }
span { border-color: rgb(149,60,232); }
td.TdClassName
{
border-color: #953CE8;
}
.TagClassName
{
border-color: #953CE8;
}
</style>