Shades of Vivid Violet #954192
Tints of Vivid Violet #954192
RGB
CMYK
RGB Variations
Color information
#954192 (or 0x954192) is known color: Vivid Violet. HEX triplet: 95, 41 and 92. RGB value is (149,65,146). Sum of RGB (Red+Green+Blue) = 149+65+146=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954192 is #6ABE6D. Grayscale: #636363. Windows color (decimal): -6995566 or 9585045. OLE color: 9585045.
HSL color Cylindrical-coordinate representation of color #954192: hue angle of 302.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954192 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 146 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.42 |
| HSL | 302.14º | 0.39% | 0.42% | - |
| HSV(B) | 302.14º | 0.56% | 0.58% | - |
| XYZ | 19.47 | 12.25 | 28.53 | - |
| YUV | 99.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 146 | 0 | 0.56 | 0.02 | 0.42 | 302.14 | 0.39 | 0.42 |
| Hex | 95 | 41 | 92 | 0 | 38 | 2 | 2A | 12E | 27 | 2A |
| Octal | 225 | 101 | 222 | 0 | 70 | 2 | 52 | 456 | 47 | 52 |
| Binary | 10010101 | 1000001 | 10010010 | 0 | 111000 | 10 | 101010 | 100101110 | 100111 | 101010 |
Color Harmonies of #954192
Complementary color
Monochromatic Colors of #954192
Black with #954192
Text Example
Text Example
White with #954192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954192; }
p { color: rgb(149,65,146); }
H1.HeaderClassName
{
color: #954192;
}
.AnyTagClassName
{
color: #954192;
}
</style>
background-color css
<style>
a { background-color: #954192; }
a { background-color: rgb(149,65,146); }
div.DivClassName
{
background-color: #954192;
}
.BgClassName
{
background-color: #954192;
}
</style>
border-color css
<style>
span { border-color: #954192; }
span { border-color: rgb(149,65,146); }
td.TdClassName
{
border-color: #954192;
}
.TagClassName
{
border-color: #954192;
}
</style>