Shades of Vivid Violet #952DAA
Tints of Vivid Violet #952DAA
RGB
CMYK
RGB Variations
Color information
#952DAA (or 0x952DAA) is known color: Vivid Violet. HEX triplet: 95, 2D and AA. RGB value is (149,45,170). Sum of RGB (Red+Green+Blue) = 149+45+170=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #952DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DAA is #6AD255. Grayscale: #595959. Windows color (decimal): -7000662 or 11152789. OLE color: 11152789.
HSL color Cylindrical-coordinate representation of color #952DAA: hue angle of 289.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952DAA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 45 | 170 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.33 |
| HSL | 289.92º | 0.58% | 0.42% | - |
| HSV(B) | 289.92º | 0.74% | 0.67% | - |
| XYZ | 20.59 | 11.17 | 39.1 | - |
| YUV | 90.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 170 | 0.12 | 0.74 | 0 | 0.33 | 289.92 | 0.58 | 0.42 |
| Hex | 95 | 2D | AA | C | 4A | 0 | 21 | 122 | 3A | 2A |
| Octal | 225 | 55 | 252 | 14 | 112 | 0 | 41 | 442 | 72 | 52 |
| Binary | 10010101 | 101101 | 10101010 | 1100 | 1001010 | 0 | 100001 | 100100010 | 111010 | 101010 |
Color Harmonies of #952DAA
Complementary color
Monochromatic Colors of #952DAA
Black with #952DAA
Text Example
Text Example
White with #952DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DAA; }
p { color: rgb(149,45,170); }
H1.HeaderClassName
{
color: #952DAA;
}
.AnyTagClassName
{
color: #952DAA;
}
</style>
background-color css
<style>
a { background-color: #952DAA; }
a { background-color: rgb(149,45,170); }
div.DivClassName
{
background-color: #952DAA;
}
.BgClassName
{
background-color: #952DAA;
}
</style>
border-color css
<style>
span { border-color: #952DAA; }
span { border-color: rgb(149,45,170); }
td.TdClassName
{
border-color: #952DAA;
}
.TagClassName
{
border-color: #952DAA;
}
</style>