Shades of Blue Violet #953CEA
Tints of Blue Violet #953CEA
RGB
CMYK
RGB Variations
Color information
#953CEA (or 0x953CEA) is known color: Blue Violet. HEX triplet: 95, 3C and EA. RGB value is (149,60,234). Sum of RGB (Red+Green+Blue) = 149+60+234=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #953CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CEA is #6AC315. Grayscale: #696969. Windows color (decimal): -6996758 or 15350933. OLE color: 15350933.
HSL color Cylindrical-coordinate representation of color #953CEA: hue angle of 270.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953CEA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 60 | 234 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.08 |
| HSL | 270.69º | 0.81% | 0.58% | - |
| HSV(B) | 270.69º | 0.74% | 0.92% | - |
| XYZ | 28.86 | 15.56 | 79.32 | - |
| YUV | 106.45 | 199.99 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 234 | 0.36 | 0.74 | 0 | 0.08 | 270.69 | 0.81 | 0.58 |
| Hex | 95 | 3C | EA | 24 | 4A | 0 | 8 | 10F | 51 | 3A |
| Octal | 225 | 74 | 352 | 44 | 112 | 0 | 10 | 417 | 121 | 72 |
| Binary | 10010101 | 111100 | 11101010 | 100100 | 1001010 | 0 | 1000 | 100001111 | 1010001 | 111010 |
Color Harmonies of #953CEA
Complementary color
Monochromatic Colors of #953CEA
Black with #953CEA
Text Example
Text Example
White with #953CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CEA; }
p { color: rgb(149,60,234); }
H1.HeaderClassName
{
color: #953CEA;
}
.AnyTagClassName
{
color: #953CEA;
}
</style>
background-color css
<style>
a { background-color: #953CEA; }
a { background-color: rgb(149,60,234); }
div.DivClassName
{
background-color: #953CEA;
}
.BgClassName
{
background-color: #953CEA;
}
</style>
border-color css
<style>
span { border-color: #953CEA; }
span { border-color: rgb(149,60,234); }
td.TdClassName
{
border-color: #953CEA;
}
.TagClassName
{
border-color: #953CEA;
}
</style>