Shades of Blue Violet #953CE1
Tints of Blue Violet #953CE1
RGB
CMYK
RGB Variations
Color information
#953CE1 (or 0x953CE1) is known color: Blue Violet. HEX triplet: 95, 3C and E1. RGB value is (149,60,225). Sum of RGB (Red+Green+Blue) = 149+60+225=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #953CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CE1 is #6AC31E. Grayscale: #686868. Windows color (decimal): -6996767 or 14761109. OLE color: 14761109.
HSL color Cylindrical-coordinate representation of color #953CE1: hue angle of 272.36º 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 #953CE1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 60 | 225 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.12 |
| HSL | 272.36º | 0.73% | 0.56% | - |
| HSV(B) | 272.36º | 0.73% | 0.88% | - |
| XYZ | 27.6 | 15.06 | 72.69 | - |
| YUV | 105.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 225 | 0.34 | 0.73 | 0 | 0.12 | 272.36 | 0.73 | 0.56 |
| Hex | 95 | 3C | E1 | 22 | 49 | 0 | C | 110 | 49 | 38 |
| Octal | 225 | 74 | 341 | 42 | 111 | 0 | 14 | 420 | 111 | 70 |
| Binary | 10010101 | 111100 | 11100001 | 100010 | 1001001 | 0 | 1100 | 100010000 | 1001001 | 111000 |
Color Harmonies of #953CE1
Complementary color
Monochromatic Colors of #953CE1
Black with #953CE1
Text Example
Text Example
White with #953CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CE1; }
p { color: rgb(149,60,225); }
H1.HeaderClassName
{
color: #953CE1;
}
.AnyTagClassName
{
color: #953CE1;
}
</style>
background-color css
<style>
a { background-color: #953CE1; }
a { background-color: rgb(149,60,225); }
div.DivClassName
{
background-color: #953CE1;
}
.BgClassName
{
background-color: #953CE1;
}
</style>
border-color css
<style>
span { border-color: #953CE1; }
span { border-color: rgb(149,60,225); }
td.TdClassName
{
border-color: #953CE1;
}
.TagClassName
{
border-color: #953CE1;
}
</style>