Shades of Vivid Violet #893C84
Tints of Vivid Violet #893C84
RGB
CMYK
RGB Variations
Color information
#893C84 (or 0x893C84) is known color: Vivid Violet. HEX triplet: 89, 3C and 84. RGB value is (137,60,132). Sum of RGB (Red+Green+Blue) = 137+60+132=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #893C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C84 is #76C37B. Grayscale: #5B5B5B. Windows color (decimal): -7783292 or 8666249. OLE color: 8666249.
HSL color Cylindrical-coordinate representation of color #893C84: hue angle of 303.9º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C84 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 132 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.46 |
| HSL | 303.9º | 0.39% | 0.39% | - |
| HSV(B) | 303.9º | 0.56% | 0.54% | - |
| XYZ | 16.1 | 10.22 | 22.95 | - |
| YUV | 91.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 132 | 0 | 0.56 | 0.04 | 0.46 | 303.9 | 0.39 | 0.39 |
| Hex | 89 | 3C | 84 | 0 | 38 | 4 | 2E | 130 | 27 | 27 |
| Octal | 211 | 74 | 204 | 0 | 70 | 4 | 56 | 460 | 47 | 47 |
| Binary | 10001001 | 111100 | 10000100 | 0 | 111000 | 100 | 101110 | 100110000 | 100111 | 100111 |
Color Harmonies of #893C84
Complementary color
Monochromatic Colors of #893C84
Black with #893C84
Text Example
Text Example
White with #893C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C84; }
p { color: rgb(137,60,132); }
H1.HeaderClassName
{
color: #893C84;
}
.AnyTagClassName
{
color: #893C84;
}
</style>
background-color css
<style>
a { background-color: #893C84; }
a { background-color: rgb(137,60,132); }
div.DivClassName
{
background-color: #893C84;
}
.BgClassName
{
background-color: #893C84;
}
</style>
border-color css
<style>
span { border-color: #893C84; }
span { border-color: rgb(137,60,132); }
td.TdClassName
{
border-color: #893C84;
}
.TagClassName
{
border-color: #893C84;
}
</style>