Shades of Vivid Violet #952AAB
Tints of Vivid Violet #952AAB
RGB
CMYK
RGB Variations
Color information
#952AAB (or 0x952AAB) is known color: Vivid Violet. HEX triplet: 95, 2A and AB. RGB value is (149,42,171). Sum of RGB (Red+Green+Blue) = 149+42+171=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #952AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AAB is #6AD554. Grayscale: #585858. Windows color (decimal): -7001429 or 11217557. OLE color: 11217557.
HSL color Cylindrical-coordinate representation of color #952AAB: hue angle of 289.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952AAB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 42 | 171 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.33 |
| HSL | 289.77º | 0.61% | 0.42% | - |
| HSV(B) | 289.77º | 0.75% | 0.67% | - |
| XYZ | 20.57 | 10.99 | 39.56 | - |
| YUV | 88.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 171 | 0.13 | 0.75 | 0 | 0.33 | 289.77 | 0.61 | 0.42 |
| Hex | 95 | 2A | AB | D | 4B | 0 | 21 | 122 | 3D | 2A |
| Octal | 225 | 52 | 253 | 15 | 113 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010101 | 101010 | 10101011 | 1101 | 1001011 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #952AAB
Complementary color
Monochromatic Colors of #952AAB
Black with #952AAB
Text Example
Text Example
White with #952AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952AAB; }
p { color: rgb(149,42,171); }
H1.HeaderClassName
{
color: #952AAB;
}
.AnyTagClassName
{
color: #952AAB;
}
</style>
background-color css
<style>
a { background-color: #952AAB; }
a { background-color: rgb(149,42,171); }
div.DivClassName
{
background-color: #952AAB;
}
.BgClassName
{
background-color: #952AAB;
}
</style>
border-color css
<style>
span { border-color: #952AAB; }
span { border-color: rgb(149,42,171); }
td.TdClassName
{
border-color: #952AAB;
}
.TagClassName
{
border-color: #952AAB;
}
</style>