Shades of Vivid Violet #952792
Tints of Vivid Violet #952792
RGB
CMYK
RGB Variations
Color information
#952792 (or 0x952792) is known color: Vivid Violet. HEX triplet: 95, 27 and 92. RGB value is (149,39,146). Sum of RGB (Red+Green+Blue) = 149+39+146=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952792 is #6AD86D. Grayscale: #535353. Windows color (decimal): -7002222 or 9578389. OLE color: 9578389.
HSL color Cylindrical-coordinate representation of color #952792: hue angle of 301.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952792 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 146 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.42 |
| HSL | 301.64º | 0.59% | 0.37% | - |
| HSV(B) | 301.64º | 0.74% | 0.58% | - |
| XYZ | 18.31 | 9.92 | 28.14 | - |
| YUV | 84.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 146 | 0 | 0.74 | 0.02 | 0.42 | 301.64 | 0.59 | 0.37 |
| Hex | 95 | 27 | 92 | 0 | 4A | 2 | 2A | 12E | 3B | 25 |
| Octal | 225 | 47 | 222 | 0 | 112 | 2 | 52 | 456 | 73 | 45 |
| Binary | 10010101 | 100111 | 10010010 | 0 | 1001010 | 10 | 101010 | 100101110 | 111011 | 100101 |
Color Harmonies of #952792
Complementary color
Monochromatic Colors of #952792
Black with #952792
Text Example
Text Example
White with #952792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952792; }
p { color: rgb(149,39,146); }
H1.HeaderClassName
{
color: #952792;
}
.AnyTagClassName
{
color: #952792;
}
</style>
background-color css
<style>
a { background-color: #952792; }
a { background-color: rgb(149,39,146); }
div.DivClassName
{
background-color: #952792;
}
.BgClassName
{
background-color: #952792;
}
</style>
border-color css
<style>
span { border-color: #952792; }
span { border-color: rgb(149,39,146); }
td.TdClassName
{
border-color: #952792;
}
.TagClassName
{
border-color: #952792;
}
</style>