Shades of Blue Violet #952DDC
Tints of Blue Violet #952DDC
RGB
CMYK
RGB Variations
Color information
#952DDC (or 0x952DDC) is known color: Blue Violet. HEX triplet: 95, 2D and DC. RGB value is (149,45,220). Sum of RGB (Red+Green+Blue) = 149+45+220=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #952DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DDC is #6AD223. Grayscale: #5F5F5F. Windows color (decimal): -7000612 or 14429589. OLE color: 14429589.
HSL color Cylindrical-coordinate representation of color #952DDC: hue angle of 275.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952DDC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 45 | 220 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.14 |
| HSL | 275.66º | 0.71% | 0.52% | - |
| HSV(B) | 275.66º | 0.8% | 0.86% | - |
| XYZ | 26.25 | 13.43 | 68.92 | - |
| YUV | 96.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 220 | 0.32 | 0.80 | 0 | 0.14 | 275.66 | 0.71 | 0.52 |
| Hex | 95 | 2D | DC | 20 | 50 | 0 | E | 114 | 47 | 34 |
| Octal | 225 | 55 | 334 | 40 | 120 | 0 | 16 | 424 | 107 | 64 |
| Binary | 10010101 | 101101 | 11011100 | 100000 | 1010000 | 0 | 1110 | 100010100 | 1000111 | 110100 |
Color Harmonies of #952DDC
Complementary color
Monochromatic Colors of #952DDC
Black with #952DDC
Text Example
Text Example
White with #952DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DDC; }
p { color: rgb(149,45,220); }
H1.HeaderClassName
{
color: #952DDC;
}
.AnyTagClassName
{
color: #952DDC;
}
</style>
background-color css
<style>
a { background-color: #952DDC; }
a { background-color: rgb(149,45,220); }
div.DivClassName
{
background-color: #952DDC;
}
.BgClassName
{
background-color: #952DDC;
}
</style>
border-color css
<style>
span { border-color: #952DDC; }
span { border-color: rgb(149,45,220); }
td.TdClassName
{
border-color: #952DDC;
}
.TagClassName
{
border-color: #952DDC;
}
</style>