Shades of Vivid Violet #893C95
Tints of Vivid Violet #893C95
RGB
CMYK
RGB Variations
Color information
#893C95 (or 0x893C95) is known color: Vivid Violet. HEX triplet: 89, 3C and 95. RGB value is (137,60,149). Sum of RGB (Red+Green+Blue) = 137+60+149=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #893C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C95 is #76C36A. Grayscale: #5C5C5C. Windows color (decimal): -7783275 or 9780361. OLE color: 9780361.
HSL color Cylindrical-coordinate representation of color #893C95: hue angle of 291.91º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893C95 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 60 | 149 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.42 |
| HSL | 291.91º | 0.43% | 0.41% | - |
| HSV(B) | 291.91º | 0.6% | 0.58% | - |
| XYZ | 17.36 | 10.72 | 29.59 | - |
| YUV | 93.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 149 | 0.08 | 0.60 | 0 | 0.42 | 291.91 | 0.43 | 0.41 |
| Hex | 89 | 3C | 95 | 8 | 3C | 0 | 2A | 124 | 2B | 29 |
| Octal | 211 | 74 | 225 | 10 | 74 | 0 | 52 | 444 | 53 | 51 |
| Binary | 10001001 | 111100 | 10010101 | 1000 | 111100 | 0 | 101010 | 100100100 | 101011 | 101001 |
Color Harmonies of #893C95
Complementary color
Monochromatic Colors of #893C95
Black with #893C95
Text Example
Text Example
White with #893C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C95; }
p { color: rgb(137,60,149); }
H1.HeaderClassName
{
color: #893C95;
}
.AnyTagClassName
{
color: #893C95;
}
</style>
background-color css
<style>
a { background-color: #893C95; }
a { background-color: rgb(137,60,149); }
div.DivClassName
{
background-color: #893C95;
}
.BgClassName
{
background-color: #893C95;
}
</style>
border-color css
<style>
span { border-color: #893C95; }
span { border-color: rgb(137,60,149); }
td.TdClassName
{
border-color: #893C95;
}
.TagClassName
{
border-color: #893C95;
}
</style>