Shades of Vivid Violet #893E82
Tints of Vivid Violet #893E82
RGB
CMYK
RGB Variations
Color information
#893E82 (or 0x893E82) is known color: Vivid Violet. HEX triplet: 89, 3E and 82. RGB value is (137,62,130). Sum of RGB (Red+Green+Blue) = 137+62+130=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #893E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893E82 is #76C17D. Grayscale: #5B5B5B. Windows color (decimal): -7782782 or 8535689. OLE color: 8535689.
HSL color Cylindrical-coordinate representation of color #893E82: hue angle of 305.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E82 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 130 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.46 |
| HSL | 305.6º | 0.38% | 0.39% | - |
| HSV(B) | 305.6º | 0.55% | 0.54% | - |
| XYZ | 16.07 | 10.38 | 22.27 | - |
| YUV | 92.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 130 | 0 | 0.55 | 0.05 | 0.46 | 305.6 | 0.38 | 0.39 |
| Hex | 89 | 3E | 82 | 0 | 37 | 5 | 2E | 132 | 26 | 27 |
| Octal | 211 | 76 | 202 | 0 | 67 | 5 | 56 | 462 | 46 | 47 |
| Binary | 10001001 | 111110 | 10000010 | 0 | 110111 | 101 | 101110 | 100110010 | 100110 | 100111 |
Color Harmonies of #893E82
Complementary color
Monochromatic Colors of #893E82
Black with #893E82
Text Example
Text Example
White with #893E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E82; }
p { color: rgb(137,62,130); }
H1.HeaderClassName
{
color: #893E82;
}
.AnyTagClassName
{
color: #893E82;
}
</style>
background-color css
<style>
a { background-color: #893E82; }
a { background-color: rgb(137,62,130); }
div.DivClassName
{
background-color: #893E82;
}
.BgClassName
{
background-color: #893E82;
}
</style>
border-color css
<style>
span { border-color: #893E82; }
span { border-color: rgb(137,62,130); }
td.TdClassName
{
border-color: #893E82;
}
.TagClassName
{
border-color: #893E82;
}
</style>