Shades of Vivid Violet #952FA1
Tints of Vivid Violet #952FA1
RGB
CMYK
RGB Variations
Color information
#952FA1 (or 0x952FA1) is known color: Vivid Violet. HEX triplet: 95, 2F and A1. RGB value is (149,47,161). Sum of RGB (Red+Green+Blue) = 149+47+161=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #952FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FA1 is #6AD05E. Grayscale: #5A5A5A. Windows color (decimal): -7000159 or 10563477. OLE color: 10563477.
HSL color Cylindrical-coordinate representation of color #952FA1: hue angle of 293.68º 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 #952FA1 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 47 | 161 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.37 |
| HSL | 293.68º | 0.55% | 0.41% | - |
| HSV(B) | 293.68º | 0.71% | 0.63% | - |
| XYZ | 19.84 | 11 | 34.79 | - |
| YUV | 90.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 161 | 0.07 | 0.71 | 0 | 0.37 | 293.68 | 0.55 | 0.41 |
| Hex | 95 | 2F | A1 | 7 | 47 | 0 | 25 | 126 | 37 | 29 |
| Octal | 225 | 57 | 241 | 7 | 107 | 0 | 45 | 446 | 67 | 51 |
| Binary | 10010101 | 101111 | 10100001 | 111 | 1000111 | 0 | 100101 | 100100110 | 110111 | 101001 |
Color Harmonies of #952FA1
Complementary color
Monochromatic Colors of #952FA1
Black with #952FA1
Text Example
Text Example
White with #952FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FA1; }
p { color: rgb(149,47,161); }
H1.HeaderClassName
{
color: #952FA1;
}
.AnyTagClassName
{
color: #952FA1;
}
</style>
background-color css
<style>
a { background-color: #952FA1; }
a { background-color: rgb(149,47,161); }
div.DivClassName
{
background-color: #952FA1;
}
.BgClassName
{
background-color: #952FA1;
}
</style>
border-color css
<style>
span { border-color: #952FA1; }
span { border-color: rgb(149,47,161); }
td.TdClassName
{
border-color: #952FA1;
}
.TagClassName
{
border-color: #952FA1;
}
</style>