Shades of Blue Violet #952CDF
Tints of Blue Violet #952CDF
RGB
CMYK
RGB Variations
Color information
#952CDF (or 0x952CDF) is known color: Blue Violet. HEX triplet: 95, 2C and DF. RGB value is (149,44,223). Sum of RGB (Red+Green+Blue) = 149+44+223=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #952CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CDF is #6AD320. Grayscale: #5F5F5F. Windows color (decimal): -7000865 or 14625941. OLE color: 14625941.
HSL color Cylindrical-coordinate representation of color #952CDF: hue angle of 275.2º degrees, saturation: 0.74, 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 #952CDF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 44 | 223 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 275.2º | 0.74% | 0.52% | - |
| HSV(B) | 275.2º | 0.8% | 0.87% | - |
| XYZ | 26.61 | 13.52 | 71.02 | - |
| YUV | 95.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 223 | 0.33 | 0.80 | 0 | 0.13 | 275.2 | 0.74 | 0.52 |
| Hex | 95 | 2C | DF | 21 | 50 | 0 | D | 113 | 4A | 34 |
| Octal | 225 | 54 | 337 | 41 | 120 | 0 | 15 | 423 | 112 | 64 |
| Binary | 10010101 | 101100 | 11011111 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001010 | 110100 |
Color Harmonies of #952CDF
Complementary color
Monochromatic Colors of #952CDF
Black with #952CDF
Text Example
Text Example
White with #952CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CDF; }
p { color: rgb(149,44,223); }
H1.HeaderClassName
{
color: #952CDF;
}
.AnyTagClassName
{
color: #952CDF;
}
</style>
background-color css
<style>
a { background-color: #952CDF; }
a { background-color: rgb(149,44,223); }
div.DivClassName
{
background-color: #952CDF;
}
.BgClassName
{
background-color: #952CDF;
}
</style>
border-color css
<style>
span { border-color: #952CDF; }
span { border-color: rgb(149,44,223); }
td.TdClassName
{
border-color: #952CDF;
}
.TagClassName
{
border-color: #952CDF;
}
</style>