Shades of Vivid Violet #893C8C
Tints of Vivid Violet #893C8C
RGB
CMYK
RGB Variations
Color information
#893C8C (or 0x893C8C) is known color: Vivid Violet. HEX triplet: 89, 3C and 8C. RGB value is (137,60,140). Sum of RGB (Red+Green+Blue) = 137+60+140=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #893C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C8C is #76C373. Grayscale: #5B5B5B. Windows color (decimal): -7783284 or 9190537. OLE color: 9190537.
HSL color Cylindrical-coordinate representation of color #893C8C: hue angle of 297.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893C8C is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 60 | 140 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.45 |
| HSL | 297.75º | 0.4% | 0.39% | - |
| HSV(B) | 297.75º | 0.57% | 0.55% | - |
| XYZ | 16.67 | 10.44 | 25.95 | - |
| YUV | 92.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 140 | 0.02 | 0.57 | 0 | 0.45 | 297.75 | 0.4 | 0.39 |
| Hex | 89 | 3C | 8C | 2 | 39 | 0 | 2D | 12A | 28 | 27 |
| Octal | 211 | 74 | 214 | 2 | 71 | 0 | 55 | 452 | 50 | 47 |
| Binary | 10001001 | 111100 | 10001100 | 10 | 111001 | 0 | 101101 | 100101010 | 101000 | 100111 |
Color Harmonies of #893C8C
Complementary color
Monochromatic Colors of #893C8C
Black with #893C8C
Text Example
Text Example
White with #893C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C8C; }
p { color: rgb(137,60,140); }
H1.HeaderClassName
{
color: #893C8C;
}
.AnyTagClassName
{
color: #893C8C;
}
</style>
background-color css
<style>
a { background-color: #893C8C; }
a { background-color: rgb(137,60,140); }
div.DivClassName
{
background-color: #893C8C;
}
.BgClassName
{
background-color: #893C8C;
}
</style>
border-color css
<style>
span { border-color: #893C8C; }
span { border-color: rgb(137,60,140); }
td.TdClassName
{
border-color: #893C8C;
}
.TagClassName
{
border-color: #893C8C;
}
</style>