Shades of Blue Violet #952CE0
Tints of Blue Violet #952CE0
RGB
CMYK
RGB Variations
Color information
#952CE0 (or 0x952CE0) is known color: Blue Violet. HEX triplet: 95, 2C and E0. RGB value is (149,44,224). Sum of RGB (Red+Green+Blue) = 149+44+224=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #952CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CE0 is #6AD31F. Grayscale: #5F5F5F. Windows color (decimal): -7000864 or 14691477. OLE color: 14691477.
HSL color Cylindrical-coordinate representation of color #952CE0: hue angle of 275º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952CE0 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 44 | 224 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.12 |
| HSL | 275º | 0.74% | 0.53% | - |
| HSV(B) | 275º | 0.8% | 0.88% | - |
| XYZ | 26.75 | 13.57 | 71.73 | - |
| YUV | 95.92 | 200.29 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 224 | 0.33 | 0.80 | 0 | 0.12 | 275 | 0.74 | 0.53 |
| Hex | 95 | 2C | E0 | 21 | 50 | 0 | C | 113 | 4A | 35 |
| Octal | 225 | 54 | 340 | 41 | 120 | 0 | 14 | 423 | 112 | 65 |
| Binary | 10010101 | 101100 | 11100000 | 100001 | 1010000 | 0 | 1100 | 100010011 | 1001010 | 110101 |
Color Harmonies of #952CE0
Complementary color
Monochromatic Colors of #952CE0
Black with #952CE0
Text Example
Text Example
White with #952CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CE0; }
p { color: rgb(149,44,224); }
H1.HeaderClassName
{
color: #952CE0;
}
.AnyTagClassName
{
color: #952CE0;
}
</style>
background-color css
<style>
a { background-color: #952CE0; }
a { background-color: rgb(149,44,224); }
div.DivClassName
{
background-color: #952CE0;
}
.BgClassName
{
background-color: #952CE0;
}
</style>
border-color css
<style>
span { border-color: #952CE0; }
span { border-color: rgb(149,44,224); }
td.TdClassName
{
border-color: #952CE0;
}
.TagClassName
{
border-color: #952CE0;
}
</style>