Shades of Blue Violet #952BEC
Tints of Blue Violet #952BEC
RGB
CMYK
RGB Variations
Color information
#952BEC (or 0x952BEC) is known color: Blue Violet. HEX triplet: 95, 2B and EC. RGB value is (149,43,236). Sum of RGB (Red+Green+Blue) = 149+43+236=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #952BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BEC is #6AD413. Grayscale: #606060. Windows color (decimal): -7001108 or 15477653. OLE color: 15477653.
HSL color Cylindrical-coordinate representation of color #952BEC: hue angle of 272.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952BEC is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 43 | 236 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.07 |
| HSL | 272.95º | 0.84% | 0.55% | - |
| HSV(B) | 272.95º | 0.82% | 0.93% | - |
| XYZ | 28.4 | 14.17 | 80.6 | - |
| YUV | 96.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 236 | 0.37 | 0.82 | 0 | 0.07 | 272.95 | 0.84 | 0.55 |
| Hex | 95 | 2B | EC | 25 | 52 | 0 | 7 | 111 | 54 | 37 |
| Octal | 225 | 53 | 354 | 45 | 122 | 0 | 7 | 421 | 124 | 67 |
| Binary | 10010101 | 101011 | 11101100 | 100101 | 1010010 | 0 | 111 | 100010001 | 1010100 | 110111 |
Color Harmonies of #952BEC
Complementary color
Monochromatic Colors of #952BEC
Black with #952BEC
Text Example
Text Example
White with #952BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BEC; }
p { color: rgb(149,43,236); }
H1.HeaderClassName
{
color: #952BEC;
}
.AnyTagClassName
{
color: #952BEC;
}
</style>
background-color css
<style>
a { background-color: #952BEC; }
a { background-color: rgb(149,43,236); }
div.DivClassName
{
background-color: #952BEC;
}
.BgClassName
{
background-color: #952BEC;
}
</style>
border-color css
<style>
span { border-color: #952BEC; }
span { border-color: rgb(149,43,236); }
td.TdClassName
{
border-color: #952BEC;
}
.TagClassName
{
border-color: #952BEC;
}
</style>