Shades of Vivid Violet #952FA0
Tints of Vivid Violet #952FA0
RGB
CMYK
RGB Variations
Color information
#952FA0 (or 0x952FA0) is known color: Vivid Violet. HEX triplet: 95, 2F and A0. RGB value is (149,47,160). Sum of RGB (Red+Green+Blue) = 149+47+160=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #952FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FA0 is #6AD05F. Grayscale: #5A5A5A. Windows color (decimal): -7000160 or 10497941. OLE color: 10497941.
HSL color Cylindrical-coordinate representation of color #952FA0: hue angle of 294.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952FA0 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 47 | 160 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.37 |
| HSL | 294.16º | 0.55% | 0.41% | - |
| HSV(B) | 294.16º | 0.71% | 0.63% | - |
| XYZ | 19.76 | 10.96 | 34.33 | - |
| YUV | 90.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 160 | 0.07 | 0.71 | 0 | 0.37 | 294.16 | 0.55 | 0.41 |
| Hex | 95 | 2F | A0 | 7 | 47 | 0 | 25 | 126 | 37 | 29 |
| Octal | 225 | 57 | 240 | 7 | 107 | 0 | 45 | 446 | 67 | 51 |
| Binary | 10010101 | 101111 | 10100000 | 111 | 1000111 | 0 | 100101 | 100100110 | 110111 | 101001 |
Color Harmonies of #952FA0
Complementary color
Monochromatic Colors of #952FA0
Black with #952FA0
Text Example
Text Example
White with #952FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FA0; }
p { color: rgb(149,47,160); }
H1.HeaderClassName
{
color: #952FA0;
}
.AnyTagClassName
{
color: #952FA0;
}
</style>
background-color css
<style>
a { background-color: #952FA0; }
a { background-color: rgb(149,47,160); }
div.DivClassName
{
background-color: #952FA0;
}
.BgClassName
{
background-color: #952FA0;
}
</style>
border-color css
<style>
span { border-color: #952FA0; }
span { border-color: rgb(149,47,160); }
td.TdClassName
{
border-color: #952FA0;
}
.TagClassName
{
border-color: #952FA0;
}
</style>