Shades of Blue Violet #953CE0
Tints of Blue Violet #953CE0
RGB
CMYK
RGB Variations
Color information
#953CE0 (or 0x953CE0) is known color: Blue Violet. HEX triplet: 95, 3C and E0. RGB value is (149,60,224). Sum of RGB (Red+Green+Blue) = 149+60+224=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #953CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CE0 is #6AC31F. Grayscale: #686868. Windows color (decimal): -6996768 or 14695573. OLE color: 14695573.
HSL color Cylindrical-coordinate representation of color #953CE0: hue angle of 272.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953CE0 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 60 | 224 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.12 |
| HSL | 272.56º | 0.73% | 0.56% | - |
| HSV(B) | 272.56º | 0.73% | 0.88% | - |
| XYZ | 27.46 | 15 | 71.97 | - |
| YUV | 105.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 224 | 0.33 | 0.73 | 0 | 0.12 | 272.56 | 0.73 | 0.56 |
| Hex | 95 | 3C | E0 | 21 | 49 | 0 | C | 111 | 49 | 38 |
| Octal | 225 | 74 | 340 | 41 | 111 | 0 | 14 | 421 | 111 | 70 |
| Binary | 10010101 | 111100 | 11100000 | 100001 | 1001001 | 0 | 1100 | 100010001 | 1001001 | 111000 |
Color Harmonies of #953CE0
Complementary color
Monochromatic Colors of #953CE0
Black with #953CE0
Text Example
Text Example
White with #953CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CE0; }
p { color: rgb(149,60,224); }
H1.HeaderClassName
{
color: #953CE0;
}
.AnyTagClassName
{
color: #953CE0;
}
</style>
background-color css
<style>
a { background-color: #953CE0; }
a { background-color: rgb(149,60,224); }
div.DivClassName
{
background-color: #953CE0;
}
.BgClassName
{
background-color: #953CE0;
}
</style>
border-color css
<style>
span { border-color: #953CE0; }
span { border-color: rgb(149,60,224); }
td.TdClassName
{
border-color: #953CE0;
}
.TagClassName
{
border-color: #953CE0;
}
</style>