Shades of Blue Violet #952CE6
Tints of Blue Violet #952CE6
RGB
CMYK
RGB Variations
Color information
#952CE6 (or 0x952CE6) is known color: Blue Violet. HEX triplet: 95, 2C and E6. RGB value is (149,44,230). Sum of RGB (Red+Green+Blue) = 149+44+230=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #952CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CE6 is #6AD319. Grayscale: #5F5F5F. Windows color (decimal): -7000858 or 15084693. OLE color: 15084693.
HSL color Cylindrical-coordinate representation of color #952CE6: hue angle of 273.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952CE6 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 44 | 230 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.10 |
| HSL | 273.87º | 0.79% | 0.54% | - |
| HSV(B) | 273.87º | 0.81% | 0.9% | - |
| XYZ | 27.58 | 13.9 | 76.09 | - |
| YUV | 96.6 | 203.29 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 230 | 0.35 | 0.81 | 0 | 0.10 | 273.87 | 0.79 | 0.54 |
| Hex | 95 | 2C | E6 | 23 | 51 | 0 | A | 112 | 4F | 36 |
| Octal | 225 | 54 | 346 | 43 | 121 | 0 | 12 | 422 | 117 | 66 |
| Binary | 10010101 | 101100 | 11100110 | 100011 | 1010001 | 0 | 1010 | 100010010 | 1001111 | 110110 |
Color Harmonies of #952CE6
Complementary color
Monochromatic Colors of #952CE6
Black with #952CE6
Text Example
Text Example
White with #952CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CE6; }
p { color: rgb(149,44,230); }
H1.HeaderClassName
{
color: #952CE6;
}
.AnyTagClassName
{
color: #952CE6;
}
</style>
background-color css
<style>
a { background-color: #952CE6; }
a { background-color: rgb(149,44,230); }
div.DivClassName
{
background-color: #952CE6;
}
.BgClassName
{
background-color: #952CE6;
}
</style>
border-color css
<style>
span { border-color: #952CE6; }
span { border-color: rgb(149,44,230); }
td.TdClassName
{
border-color: #952CE6;
}
.TagClassName
{
border-color: #952CE6;
}
</style>