Shades of Vivid Violet #952CA2
Tints of Vivid Violet #952CA2
RGB
CMYK
RGB Variations
Color information
#952CA2 (or 0x952CA2) is known color: Vivid Violet. HEX triplet: 95, 2C and A2. RGB value is (149,44,162). Sum of RGB (Red+Green+Blue) = 149+44+162=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #952CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952CA2 is #6AD35D. Grayscale: #585858. Windows color (decimal): -7000926 or 10628245. OLE color: 10628245.
HSL color Cylindrical-coordinate representation of color #952CA2: hue angle of 293.39º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952CA2 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 44 | 162 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.36 |
| HSL | 293.39º | 0.57% | 0.4% | - |
| HSV(B) | 293.39º | 0.73% | 0.64% | - |
| XYZ | 19.82 | 10.8 | 35.22 | - |
| YUV | 88.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 162 | 0.08 | 0.73 | 0 | 0.36 | 293.39 | 0.57 | 0.4 |
| Hex | 95 | 2C | A2 | 8 | 49 | 0 | 24 | 125 | 39 | 28 |
| Octal | 225 | 54 | 242 | 10 | 111 | 0 | 44 | 445 | 71 | 50 |
| Binary | 10010101 | 101100 | 10100010 | 1000 | 1001001 | 0 | 100100 | 100100101 | 111001 | 101000 |
Color Harmonies of #952CA2
Complementary color
Monochromatic Colors of #952CA2
Black with #952CA2
Text Example
Text Example
White with #952CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CA2; }
p { color: rgb(149,44,162); }
H1.HeaderClassName
{
color: #952CA2;
}
.AnyTagClassName
{
color: #952CA2;
}
</style>
background-color css
<style>
a { background-color: #952CA2; }
a { background-color: rgb(149,44,162); }
div.DivClassName
{
background-color: #952CA2;
}
.BgClassName
{
background-color: #952CA2;
}
</style>
border-color css
<style>
span { border-color: #952CA2; }
span { border-color: rgb(149,44,162); }
td.TdClassName
{
border-color: #952CA2;
}
.TagClassName
{
border-color: #952CA2;
}
</style>