Shades of Blue Violet #952CE4
Tints of Blue Violet #952CE4
RGB
CMYK
RGB Variations
Color information
#952CE4 (or 0x952CE4) is known color: Blue Violet. HEX triplet: 95, 2C and E4. RGB value is (149,44,228). Sum of RGB (Red+Green+Blue) = 149+44+228=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #952CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CE4 is #6AD31B. Grayscale: #5F5F5F. Windows color (decimal): -7000860 or 14953621. OLE color: 14953621.
HSL color Cylindrical-coordinate representation of color #952CE4: hue angle of 274.24º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952CE4 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 44 | 228 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.11 |
| HSL | 274.24º | 0.77% | 0.53% | - |
| HSV(B) | 274.24º | 0.81% | 0.89% | - |
| XYZ | 27.3 | 13.79 | 74.62 | - |
| YUV | 96.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 228 | 0.35 | 0.81 | 0 | 0.11 | 274.24 | 0.77 | 0.53 |
| Hex | 95 | 2C | E4 | 23 | 51 | 0 | B | 112 | 4D | 35 |
| Octal | 225 | 54 | 344 | 43 | 121 | 0 | 13 | 422 | 115 | 65 |
| Binary | 10010101 | 101100 | 11100100 | 100011 | 1010001 | 0 | 1011 | 100010010 | 1001101 | 110101 |
Color Harmonies of #952CE4
Complementary color
Monochromatic Colors of #952CE4
Black with #952CE4
Text Example
Text Example
White with #952CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CE4; }
p { color: rgb(149,44,228); }
H1.HeaderClassName
{
color: #952CE4;
}
.AnyTagClassName
{
color: #952CE4;
}
</style>
background-color css
<style>
a { background-color: #952CE4; }
a { background-color: rgb(149,44,228); }
div.DivClassName
{
background-color: #952CE4;
}
.BgClassName
{
background-color: #952CE4;
}
</style>
border-color css
<style>
span { border-color: #952CE4; }
span { border-color: rgb(149,44,228); }
td.TdClassName
{
border-color: #952CE4;
}
.TagClassName
{
border-color: #952CE4;
}
</style>