Shades of Blue Violet #952CDE
Tints of Blue Violet #952CDE
RGB
CMYK
RGB Variations
Color information
#952CDE (or 0x952CDE) is known color: Blue Violet. HEX triplet: 95, 2C and DE. RGB value is (149,44,222). Sum of RGB (Red+Green+Blue) = 149+44+222=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #952CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CDE is #6AD321. Grayscale: #5F5F5F. Windows color (decimal): -7000866 or 14560405. OLE color: 14560405.
HSL color Cylindrical-coordinate representation of color #952CDE: hue angle of 275.39º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952CDE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 44 | 222 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 275.39º | 0.73% | 0.52% | - |
| HSV(B) | 275.39º | 0.8% | 0.87% | - |
| XYZ | 26.48 | 13.46 | 70.31 | - |
| YUV | 95.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 222 | 0.33 | 0.80 | 0 | 0.13 | 275.39 | 0.73 | 0.52 |
| Hex | 95 | 2C | DE | 21 | 50 | 0 | D | 113 | 49 | 34 |
| Octal | 225 | 54 | 336 | 41 | 120 | 0 | 15 | 423 | 111 | 64 |
| Binary | 10010101 | 101100 | 11011110 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001001 | 110100 |
Color Harmonies of #952CDE
Complementary color
Monochromatic Colors of #952CDE
Black with #952CDE
Text Example
Text Example
White with #952CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CDE; }
p { color: rgb(149,44,222); }
H1.HeaderClassName
{
color: #952CDE;
}
.AnyTagClassName
{
color: #952CDE;
}
</style>
background-color css
<style>
a { background-color: #952CDE; }
a { background-color: rgb(149,44,222); }
div.DivClassName
{
background-color: #952CDE;
}
.BgClassName
{
background-color: #952CDE;
}
</style>
border-color css
<style>
span { border-color: #952CDE; }
span { border-color: rgb(149,44,222); }
td.TdClassName
{
border-color: #952CDE;
}
.TagClassName
{
border-color: #952CDE;
}
</style>