Shades of Vivid Violet #893C9C
Tints of Vivid Violet #893C9C
RGB
CMYK
RGB Variations
Color information
#893C9C (or 0x893C9C) is known color: Vivid Violet. HEX triplet: 89, 3C and 9C. RGB value is (137,60,156). Sum of RGB (Red+Green+Blue) = 137+60+156=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #893C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C9C is #76C363. Grayscale: #5D5D5D. Windows color (decimal): -7783268 or 10239113. OLE color: 10239113.
HSL color Cylindrical-coordinate representation of color #893C9C: hue angle of 288.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893C9C is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 60 | 156 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.39 |
| HSL | 288.13º | 0.44% | 0.42% | - |
| HSV(B) | 288.13º | 0.62% | 0.61% | - |
| XYZ | 17.93 | 10.95 | 32.62 | - |
| YUV | 93.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 156 | 0.12 | 0.62 | 0 | 0.39 | 288.13 | 0.44 | 0.42 |
| Hex | 89 | 3C | 9C | C | 3E | 0 | 27 | 120 | 2C | 2A |
| Octal | 211 | 74 | 234 | 14 | 76 | 0 | 47 | 440 | 54 | 52 |
| Binary | 10001001 | 111100 | 10011100 | 1100 | 111110 | 0 | 100111 | 100100000 | 101100 | 101010 |
Color Harmonies of #893C9C
Complementary color
Monochromatic Colors of #893C9C
Black with #893C9C
Text Example
Text Example
White with #893C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C9C; }
p { color: rgb(137,60,156); }
H1.HeaderClassName
{
color: #893C9C;
}
.AnyTagClassName
{
color: #893C9C;
}
</style>
background-color css
<style>
a { background-color: #893C9C; }
a { background-color: rgb(137,60,156); }
div.DivClassName
{
background-color: #893C9C;
}
.BgClassName
{
background-color: #893C9C;
}
</style>
border-color css
<style>
span { border-color: #893C9C; }
span { border-color: rgb(137,60,156); }
td.TdClassName
{
border-color: #893C9C;
}
.TagClassName
{
border-color: #893C9C;
}
</style>