Shades of Vivid Violet #953091
Tints of Vivid Violet #953091
RGB
CMYK
RGB Variations
Color information
#953091 (or 0x953091) is known color: Vivid Violet. HEX triplet: 95, 30 and 91. RGB value is (149,48,145). Sum of RGB (Red+Green+Blue) = 149+48+145=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #953091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953091 is #6ACF6E. Grayscale: #585858. Windows color (decimal): -6999919 or 9515157. OLE color: 9515157.
HSL color Cylindrical-coordinate representation of color #953091: hue angle of 302.38º 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 #953091 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 145 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.42 |
| HSL | 302.38º | 0.51% | 0.39% | - |
| HSV(B) | 302.38º | 0.68% | 0.58% | - |
| XYZ | 18.56 | 10.55 | 27.85 | - |
| YUV | 89.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 145 | 0 | 0.68 | 0.03 | 0.42 | 302.38 | 0.51 | 0.39 |
| Hex | 95 | 30 | 91 | 0 | 44 | 3 | 2A | 12E | 33 | 27 |
| Octal | 225 | 60 | 221 | 0 | 104 | 3 | 52 | 456 | 63 | 47 |
| Binary | 10010101 | 110000 | 10010001 | 0 | 1000100 | 11 | 101010 | 100101110 | 110011 | 100111 |
Color Harmonies of #953091
Complementary color
Monochromatic Colors of #953091
Black with #953091
Text Example
Text Example
White with #953091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953091; }
p { color: rgb(149,48,145); }
H1.HeaderClassName
{
color: #953091;
}
.AnyTagClassName
{
color: #953091;
}
</style>
background-color css
<style>
a { background-color: #953091; }
a { background-color: rgb(149,48,145); }
div.DivClassName
{
background-color: #953091;
}
.BgClassName
{
background-color: #953091;
}
</style>
border-color css
<style>
span { border-color: #953091; }
span { border-color: rgb(149,48,145); }
td.TdClassName
{
border-color: #953091;
}
.TagClassName
{
border-color: #953091;
}
</style>