Shades of Vivid Violet #953092
Tints of Vivid Violet #953092
RGB
CMYK
RGB Variations
Color information
#953092 (or 0x953092) is known color: Vivid Violet. HEX triplet: 95, 30 and 92. RGB value is (149,48,146). Sum of RGB (Red+Green+Blue) = 149+48+146=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #953092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953092 is #6ACF6D. Grayscale: #595959. Windows color (decimal): -6999918 or 9580693. OLE color: 9580693.
HSL color Cylindrical-coordinate representation of color #953092: hue angle of 301.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953092 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 146 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.42 |
| HSL | 301.78º | 0.51% | 0.39% | - |
| HSV(B) | 301.78º | 0.68% | 0.58% | - |
| XYZ | 18.64 | 10.58 | 28.25 | - |
| YUV | 89.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 146 | 0 | 0.68 | 0.02 | 0.42 | 301.78 | 0.51 | 0.39 |
| Hex | 95 | 30 | 92 | 0 | 44 | 2 | 2A | 12E | 33 | 27 |
| Octal | 225 | 60 | 222 | 0 | 104 | 2 | 52 | 456 | 63 | 47 |
| Binary | 10010101 | 110000 | 10010010 | 0 | 1000100 | 10 | 101010 | 100101110 | 110011 | 100111 |
Color Harmonies of #953092
Complementary color
Monochromatic Colors of #953092
Black with #953092
Text Example
Text Example
White with #953092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953092; }
p { color: rgb(149,48,146); }
H1.HeaderClassName
{
color: #953092;
}
.AnyTagClassName
{
color: #953092;
}
</style>
background-color css
<style>
a { background-color: #953092; }
a { background-color: rgb(149,48,146); }
div.DivClassName
{
background-color: #953092;
}
.BgClassName
{
background-color: #953092;
}
</style>
border-color css
<style>
span { border-color: #953092; }
span { border-color: rgb(149,48,146); }
td.TdClassName
{
border-color: #953092;
}
.TagClassName
{
border-color: #953092;
}
</style>