Shades of Vivid Violet #893F8F
Tints of Vivid Violet #893F8F
RGB
CMYK
RGB Variations
Color information
#893F8F (or 0x893F8F) is known color: Vivid Violet. HEX triplet: 89, 3F and 8F. RGB value is (137,63,143). Sum of RGB (Red+Green+Blue) = 137+63+143=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #893F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F8F is #76C070. Grayscale: #5E5E5E. Windows color (decimal): -7782513 or 9387913. OLE color: 9387913.
HSL color Cylindrical-coordinate representation of color #893F8F: hue angle of 295.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893F8F is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 63 | 143 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.44 |
| HSL | 295.5º | 0.39% | 0.4% | - |
| HSV(B) | 295.5º | 0.56% | 0.56% | - |
| XYZ | 17.05 | 10.86 | 27.18 | - |
| YUV | 94.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 143 | 0.04 | 0.56 | 0 | 0.44 | 295.5 | 0.39 | 0.4 |
| Hex | 89 | 3F | 8F | 4 | 38 | 0 | 2C | 128 | 27 | 28 |
| Octal | 211 | 77 | 217 | 4 | 70 | 0 | 54 | 450 | 47 | 50 |
| Binary | 10001001 | 111111 | 10001111 | 100 | 111000 | 0 | 101100 | 100101000 | 100111 | 101000 |
Color Harmonies of #893F8F
Complementary color
Monochromatic Colors of #893F8F
Black with #893F8F
Text Example
Text Example
White with #893F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F8F; }
p { color: rgb(137,63,143); }
H1.HeaderClassName
{
color: #893F8F;
}
.AnyTagClassName
{
color: #893F8F;
}
</style>
background-color css
<style>
a { background-color: #893F8F; }
a { background-color: rgb(137,63,143); }
div.DivClassName
{
background-color: #893F8F;
}
.BgClassName
{
background-color: #893F8F;
}
</style>
border-color css
<style>
span { border-color: #893F8F; }
span { border-color: rgb(137,63,143); }
td.TdClassName
{
border-color: #893F8F;
}
.TagClassName
{
border-color: #893F8F;
}
</style>