Shades of Vivid Violet #952E92
Tints of Vivid Violet #952E92
RGB
CMYK
RGB Variations
Color information
#952E92 (or 0x952E92) is known color: Vivid Violet. HEX triplet: 95, 2E and 92. RGB value is (149,46,146). Sum of RGB (Red+Green+Blue) = 149+46+146=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #952E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E92 is #6AD16D. Grayscale: #575757. Windows color (decimal): -7000430 or 9580181. OLE color: 9580181.
HSL color Cylindrical-coordinate representation of color #952E92: hue angle of 301.75º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E92 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 146 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.42 |
| HSL | 301.75º | 0.53% | 0.38% | - |
| HSV(B) | 301.75º | 0.69% | 0.58% | - |
| XYZ | 18.56 | 10.42 | 28.23 | - |
| YUV | 88.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 146 | 0 | 0.69 | 0.02 | 0.42 | 301.75 | 0.53 | 0.38 |
| Hex | 95 | 2E | 92 | 0 | 45 | 2 | 2A | 12E | 35 | 26 |
| Octal | 225 | 56 | 222 | 0 | 105 | 2 | 52 | 456 | 65 | 46 |
| Binary | 10010101 | 101110 | 10010010 | 0 | 1000101 | 10 | 101010 | 100101110 | 110101 | 100110 |
Color Harmonies of #952E92
Complementary color
Monochromatic Colors of #952E92
Black with #952E92
Text Example
Text Example
White with #952E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E92; }
p { color: rgb(149,46,146); }
H1.HeaderClassName
{
color: #952E92;
}
.AnyTagClassName
{
color: #952E92;
}
</style>
background-color css
<style>
a { background-color: #952E92; }
a { background-color: rgb(149,46,146); }
div.DivClassName
{
background-color: #952E92;
}
.BgClassName
{
background-color: #952E92;
}
</style>
border-color css
<style>
span { border-color: #952E92; }
span { border-color: rgb(149,46,146); }
td.TdClassName
{
border-color: #952E92;
}
.TagClassName
{
border-color: #952E92;
}
</style>