Shades of Vivid Violet #952A9A
Tints of Vivid Violet #952A9A
RGB
CMYK
RGB Variations
Color information
#952A9A (or 0x952A9A) is known color: Vivid Violet. HEX triplet: 95, 2A and 9A. RGB value is (149,42,154). Sum of RGB (Red+Green+Blue) = 149+42+154=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #952A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A9A is #6AD565. Grayscale: #565656. Windows color (decimal): -7001446 or 10103445. OLE color: 10103445.
HSL color Cylindrical-coordinate representation of color #952A9A: hue angle of 297.32º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952A9A is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 42 | 154 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.40 |
| HSL | 297.32º | 0.57% | 0.38% | - |
| HSV(B) | 297.32º | 0.73% | 0.6% | - |
| XYZ | 19.06 | 10.38 | 31.57 | - |
| YUV | 86.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 154 | 0.03 | 0.73 | 0 | 0.40 | 297.32 | 0.57 | 0.38 |
| Hex | 95 | 2A | 9A | 3 | 49 | 0 | 28 | 129 | 39 | 26 |
| Octal | 225 | 52 | 232 | 3 | 111 | 0 | 50 | 451 | 71 | 46 |
| Binary | 10010101 | 101010 | 10011010 | 11 | 1001001 | 0 | 101000 | 100101001 | 111001 | 100110 |
Color Harmonies of #952A9A
Complementary color
Monochromatic Colors of #952A9A
Black with #952A9A
Text Example
Text Example
White with #952A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A9A; }
p { color: rgb(149,42,154); }
H1.HeaderClassName
{
color: #952A9A;
}
.AnyTagClassName
{
color: #952A9A;
}
</style>
background-color css
<style>
a { background-color: #952A9A; }
a { background-color: rgb(149,42,154); }
div.DivClassName
{
background-color: #952A9A;
}
.BgClassName
{
background-color: #952A9A;
}
</style>
border-color css
<style>
span { border-color: #952A9A; }
span { border-color: rgb(149,42,154); }
td.TdClassName
{
border-color: #952A9A;
}
.TagClassName
{
border-color: #952A9A;
}
</style>