Shades of Vivid Violet #952E96
Tints of Vivid Violet #952E96
RGB
CMYK
RGB Variations
Color information
#952E96 (or 0x952E96) is known color: Vivid Violet. HEX triplet: 95, 2E and 96. RGB value is (149,46,150). Sum of RGB (Red+Green+Blue) = 149+46+150=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #952E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E96 is #6AD169. Grayscale: #585858. Windows color (decimal): -7000426 or 9842325. OLE color: 9842325.
HSL color Cylindrical-coordinate representation of color #952E96: hue angle of 299.42º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E96 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 46 | 150 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.41 |
| HSL | 299.42º | 0.53% | 0.38% | - |
| HSV(B) | 299.42º | 0.69% | 0.59% | - |
| XYZ | 18.88 | 10.55 | 29.89 | - |
| YUV | 88.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 150 | 0.01 | 0.69 | 0 | 0.41 | 299.42 | 0.53 | 0.38 |
| Hex | 95 | 2E | 96 | 1 | 45 | 0 | 29 | 12B | 35 | 26 |
| Octal | 225 | 56 | 226 | 1 | 105 | 0 | 51 | 453 | 65 | 46 |
| Binary | 10010101 | 101110 | 10010110 | 1 | 1000101 | 0 | 101001 | 100101011 | 110101 | 100110 |
Color Harmonies of #952E96
Complementary color
Monochromatic Colors of #952E96
Black with #952E96
Text Example
Text Example
White with #952E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E96; }
p { color: rgb(149,46,150); }
H1.HeaderClassName
{
color: #952E96;
}
.AnyTagClassName
{
color: #952E96;
}
</style>
background-color css
<style>
a { background-color: #952E96; }
a { background-color: rgb(149,46,150); }
div.DivClassName
{
background-color: #952E96;
}
.BgClassName
{
background-color: #952E96;
}
</style>
border-color css
<style>
span { border-color: #952E96; }
span { border-color: rgb(149,46,150); }
td.TdClassName
{
border-color: #952E96;
}
.TagClassName
{
border-color: #952E96;
}
</style>