Shades of Vivid Violet #893982
Tints of Vivid Violet #893982
RGB
CMYK
RGB Variations
Color information
#893982 (or 0x893982) is known color: Vivid Violet. HEX triplet: 89, 39 and 82. RGB value is (137,57,130). Sum of RGB (Red+Green+Blue) = 137+57+130=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #893982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893982 is #76C67D. Grayscale: #595959. Windows color (decimal): -7784062 or 8534409. OLE color: 8534409.
HSL color Cylindrical-coordinate representation of color #893982: hue angle of 305.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893982 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 130 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.46 |
| HSL | 305.25º | 0.41% | 0.38% | - |
| HSV(B) | 305.25º | 0.58% | 0.54% | - |
| XYZ | 15.81 | 9.86 | 22.19 | - |
| YUV | 89.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 130 | 0 | 0.58 | 0.05 | 0.46 | 305.25 | 0.41 | 0.38 |
| Hex | 89 | 39 | 82 | 0 | 3A | 5 | 2E | 131 | 29 | 26 |
| Octal | 211 | 71 | 202 | 0 | 72 | 5 | 56 | 461 | 51 | 46 |
| Binary | 10001001 | 111001 | 10000010 | 0 | 111010 | 101 | 101110 | 100110001 | 101001 | 100110 |
Color Harmonies of #893982
Complementary color
Monochromatic Colors of #893982
Black with #893982
Text Example
Text Example
White with #893982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893982; }
p { color: rgb(137,57,130); }
H1.HeaderClassName
{
color: #893982;
}
.AnyTagClassName
{
color: #893982;
}
</style>
background-color css
<style>
a { background-color: #893982; }
a { background-color: rgb(137,57,130); }
div.DivClassName
{
background-color: #893982;
}
.BgClassName
{
background-color: #893982;
}
</style>
border-color css
<style>
span { border-color: #893982; }
span { border-color: rgb(137,57,130); }
td.TdClassName
{
border-color: #893982;
}
.TagClassName
{
border-color: #893982;
}
</style>