Shades of Vivid Violet #954492
Tints of Vivid Violet #954492
RGB
CMYK
RGB Variations
Color information
#954492 (or 0x954492) is known color: Vivid Violet. HEX triplet: 95, 44 and 92. RGB value is (149,68,146). Sum of RGB (Red+Green+Blue) = 149+68+146=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954492 is #6ABB6D. Grayscale: #646464. Windows color (decimal): -6994798 or 9585813. OLE color: 9585813.
HSL color Cylindrical-coordinate representation of color #954492: hue angle of 302.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954492 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 146 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.42 |
| HSL | 302.22º | 0.37% | 0.43% | - |
| HSV(B) | 302.22º | 0.54% | 0.58% | - |
| XYZ | 19.65 | 12.6 | 28.59 | - |
| YUV | 101.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 146 | 0 | 0.54 | 0.02 | 0.42 | 302.22 | 0.37 | 0.43 |
| Hex | 95 | 44 | 92 | 0 | 36 | 2 | 2A | 12E | 25 | 2B |
| Octal | 225 | 104 | 222 | 0 | 66 | 2 | 52 | 456 | 45 | 53 |
| Binary | 10010101 | 1000100 | 10010010 | 0 | 110110 | 10 | 101010 | 100101110 | 100101 | 101011 |
Color Harmonies of #954492
Complementary color
Monochromatic Colors of #954492
Black with #954492
Text Example
Text Example
White with #954492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954492; }
p { color: rgb(149,68,146); }
H1.HeaderClassName
{
color: #954492;
}
.AnyTagClassName
{
color: #954492;
}
</style>
background-color css
<style>
a { background-color: #954492; }
a { background-color: rgb(149,68,146); }
div.DivClassName
{
background-color: #954492;
}
.BgClassName
{
background-color: #954492;
}
</style>
border-color css
<style>
span { border-color: #954492; }
span { border-color: rgb(149,68,146); }
td.TdClassName
{
border-color: #954492;
}
.TagClassName
{
border-color: #954492;
}
</style>