Shades of Vivid Violet #893D85
Tints of Vivid Violet #893D85
RGB
CMYK
RGB Variations
Color information
#893D85 (or 0x893D85) is known color: Vivid Violet. HEX triplet: 89, 3D and 85. RGB value is (137,61,133). Sum of RGB (Red+Green+Blue) = 137+61+133=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #893D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893D85 is #76C27A. Grayscale: #5B5B5B. Windows color (decimal): -7783035 or 8732041. OLE color: 8732041.
HSL color Cylindrical-coordinate representation of color #893D85: hue angle of 303.16º 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 #893D85 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 133 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.46 |
| HSL | 303.16º | 0.38% | 0.39% | - |
| HSV(B) | 303.16º | 0.55% | 0.54% | - |
| XYZ | 16.22 | 10.35 | 23.33 | - |
| YUV | 91.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 133 | 0 | 0.55 | 0.03 | 0.46 | 303.16 | 0.38 | 0.39 |
| Hex | 89 | 3D | 85 | 0 | 37 | 3 | 2E | 12F | 26 | 27 |
| Octal | 211 | 75 | 205 | 0 | 67 | 3 | 56 | 457 | 46 | 47 |
| Binary | 10001001 | 111101 | 10000101 | 0 | 110111 | 11 | 101110 | 100101111 | 100110 | 100111 |
Color Harmonies of #893D85
Complementary color
Monochromatic Colors of #893D85
Black with #893D85
Text Example
Text Example
White with #893D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D85; }
p { color: rgb(137,61,133); }
H1.HeaderClassName
{
color: #893D85;
}
.AnyTagClassName
{
color: #893D85;
}
</style>
background-color css
<style>
a { background-color: #893D85; }
a { background-color: rgb(137,61,133); }
div.DivClassName
{
background-color: #893D85;
}
.BgClassName
{
background-color: #893D85;
}
</style>
border-color css
<style>
span { border-color: #893D85; }
span { border-color: rgb(137,61,133); }
td.TdClassName
{
border-color: #893D85;
}
.TagClassName
{
border-color: #893D85;
}
</style>