Shades of Blue Violet #953CE5
Tints of Blue Violet #953CE5
RGB
CMYK
RGB Variations
Color information
#953CE5 (or 0x953CE5) is known color: Blue Violet. HEX triplet: 95, 3C and E5. RGB value is (149,60,229). Sum of RGB (Red+Green+Blue) = 149+60+229=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #953CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CE5 is #6AC31A. Grayscale: #696969. Windows color (decimal): -6996763 or 15023253. OLE color: 15023253.
HSL color Cylindrical-coordinate representation of color #953CE5: hue angle of 271.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953CE5 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 60 | 229 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.10 |
| HSL | 271.6º | 0.76% | 0.57% | - |
| HSV(B) | 271.6º | 0.74% | 0.9% | - |
| XYZ | 28.15 | 15.28 | 75.59 | - |
| YUV | 105.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 229 | 0.35 | 0.74 | 0 | 0.10 | 271.6 | 0.76 | 0.57 |
| Hex | 95 | 3C | E5 | 23 | 4A | 0 | A | 110 | 4C | 39 |
| Octal | 225 | 74 | 345 | 43 | 112 | 0 | 12 | 420 | 114 | 71 |
| Binary | 10010101 | 111100 | 11100101 | 100011 | 1001010 | 0 | 1010 | 100010000 | 1001100 | 111001 |
Color Harmonies of #953CE5
Complementary color
Monochromatic Colors of #953CE5
Black with #953CE5
Text Example
Text Example
White with #953CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CE5; }
p { color: rgb(149,60,229); }
H1.HeaderClassName
{
color: #953CE5;
}
.AnyTagClassName
{
color: #953CE5;
}
</style>
background-color css
<style>
a { background-color: #953CE5; }
a { background-color: rgb(149,60,229); }
div.DivClassName
{
background-color: #953CE5;
}
.BgClassName
{
background-color: #953CE5;
}
</style>
border-color css
<style>
span { border-color: #953CE5; }
span { border-color: rgb(149,60,229); }
td.TdClassName
{
border-color: #953CE5;
}
.TagClassName
{
border-color: #953CE5;
}
</style>