Shades of Vivid Violet #952A96
Tints of Vivid Violet #952A96
RGB
CMYK
RGB Variations
Color information
#952A96 (or 0x952A96) is known color: Vivid Violet. HEX triplet: 95, 2A and 96. RGB value is (149,42,150). Sum of RGB (Red+Green+Blue) = 149+42+150=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #952A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A96 is #6AD569. Grayscale: #555555. Windows color (decimal): -7001450 or 9841301. OLE color: 9841301.
HSL color Cylindrical-coordinate representation of color #952A96: hue angle of 299.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A96 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 42 | 150 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.41 |
| HSL | 299.44º | 0.56% | 0.38% | - |
| HSV(B) | 299.44º | 0.72% | 0.59% | - |
| XYZ | 18.73 | 10.25 | 29.85 | - |
| YUV | 86.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 150 | 0.01 | 0.72 | 0 | 0.41 | 299.44 | 0.56 | 0.38 |
| Hex | 95 | 2A | 96 | 1 | 48 | 0 | 29 | 12B | 38 | 26 |
| Octal | 225 | 52 | 226 | 1 | 110 | 0 | 51 | 453 | 70 | 46 |
| Binary | 10010101 | 101010 | 10010110 | 1 | 1001000 | 0 | 101001 | 100101011 | 111000 | 100110 |
Color Harmonies of #952A96
Complementary color
Monochromatic Colors of #952A96
Black with #952A96
Text Example
Text Example
White with #952A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A96; }
p { color: rgb(149,42,150); }
H1.HeaderClassName
{
color: #952A96;
}
.AnyTagClassName
{
color: #952A96;
}
</style>
background-color css
<style>
a { background-color: #952A96; }
a { background-color: rgb(149,42,150); }
div.DivClassName
{
background-color: #952A96;
}
.BgClassName
{
background-color: #952A96;
}
</style>
border-color css
<style>
span { border-color: #952A96; }
span { border-color: rgb(149,42,150); }
td.TdClassName
{
border-color: #952A96;
}
.TagClassName
{
border-color: #952A96;
}
</style>