Shades of Vivid Violet #954089
Tints of Vivid Violet #954089
RGB
CMYK
RGB Variations
Color information
#954089 (or 0x954089) is known color: Vivid Violet. HEX triplet: 95, 40 and 89. RGB value is (149,64,137). Sum of RGB (Red+Green+Blue) = 149+64+137=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954089 is #6ABF76. Grayscale: #616161. Windows color (decimal): -6995831 or 8994965. OLE color: 8994965.
HSL color Cylindrical-coordinate representation of color #954089: hue angle of 308.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954089 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 137 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.42 |
| HSL | 308.47º | 0.4% | 0.42% | - |
| HSV(B) | 308.47º | 0.57% | 0.58% | - |
| XYZ | 18.74 | 11.86 | 24.97 | - |
| YUV | 97.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 137 | 0 | 0.57 | 0.08 | 0.42 | 308.47 | 0.4 | 0.42 |
| Hex | 95 | 40 | 89 | 0 | 39 | 8 | 2A | 134 | 28 | 2A |
| Octal | 225 | 100 | 211 | 0 | 71 | 10 | 52 | 464 | 50 | 52 |
| Binary | 10010101 | 1000000 | 10001001 | 0 | 111001 | 1000 | 101010 | 100110100 | 101000 | 101010 |
Color Harmonies of #954089
Complementary color
Monochromatic Colors of #954089
Black with #954089
Text Example
Text Example
White with #954089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954089; }
p { color: rgb(149,64,137); }
H1.HeaderClassName
{
color: #954089;
}
.AnyTagClassName
{
color: #954089;
}
</style>
background-color css
<style>
a { background-color: #954089; }
a { background-color: rgb(149,64,137); }
div.DivClassName
{
background-color: #954089;
}
.BgClassName
{
background-color: #954089;
}
</style>
border-color css
<style>
span { border-color: #954089; }
span { border-color: rgb(149,64,137); }
td.TdClassName
{
border-color: #954089;
}
.TagClassName
{
border-color: #954089;
}
</style>