Shades of Blue Violet #952AE0
Tints of Blue Violet #952AE0
RGB
CMYK
RGB Variations
Color information
#952AE0 (or 0x952AE0) is known color: Blue Violet. HEX triplet: 95, 2A and E0. RGB value is (149,42,224). Sum of RGB (Red+Green+Blue) = 149+42+224=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #952AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AE0 is #6AD51F. Grayscale: #5E5E5E. Windows color (decimal): -7001376 or 14690965. OLE color: 14690965.
HSL color Cylindrical-coordinate representation of color #952AE0: hue angle of 275.27º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952AE0 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 42 | 224 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.12 |
| HSL | 275.27º | 0.75% | 0.52% | - |
| HSV(B) | 275.27º | 0.81% | 0.88% | - |
| XYZ | 26.68 | 13.43 | 71.71 | - |
| YUV | 94.74 | 200.95 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 224 | 0.33 | 0.81 | 0 | 0.12 | 275.27 | 0.75 | 0.52 |
| Hex | 95 | 2A | E0 | 21 | 51 | 0 | C | 113 | 4B | 34 |
| Octal | 225 | 52 | 340 | 41 | 121 | 0 | 14 | 423 | 113 | 64 |
| Binary | 10010101 | 101010 | 11100000 | 100001 | 1010001 | 0 | 1100 | 100010011 | 1001011 | 110100 |
Color Harmonies of #952AE0
Complementary color
Monochromatic Colors of #952AE0
Black with #952AE0
Text Example
Text Example
White with #952AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952AE0; }
p { color: rgb(149,42,224); }
H1.HeaderClassName
{
color: #952AE0;
}
.AnyTagClassName
{
color: #952AE0;
}
</style>
background-color css
<style>
a { background-color: #952AE0; }
a { background-color: rgb(149,42,224); }
div.DivClassName
{
background-color: #952AE0;
}
.BgClassName
{
background-color: #952AE0;
}
</style>
border-color css
<style>
span { border-color: #952AE0; }
span { border-color: rgb(149,42,224); }
td.TdClassName
{
border-color: #952AE0;
}
.TagClassName
{
border-color: #952AE0;
}
</style>