Shades of Vivid Violet #893F9C
Tints of Vivid Violet #893F9C
RGB
CMYK
RGB Variations
Color information
#893F9C (or 0x893F9C) is known color: Vivid Violet. HEX triplet: 89, 3F and 9C. RGB value is (137,63,156). Sum of RGB (Red+Green+Blue) = 137+63+156=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #893F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F9C is #76C063. Grayscale: #5F5F5F. Windows color (decimal): -7782500 or 10239881. OLE color: 10239881.
HSL color Cylindrical-coordinate representation of color #893F9C: hue angle of 287.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893F9C is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 63 | 156 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.39 |
| HSL | 287.74º | 0.42% | 0.43% | - |
| HSV(B) | 287.74º | 0.6% | 0.61% | - |
| XYZ | 18.09 | 11.27 | 32.67 | - |
| YUV | 95.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 156 | 0.12 | 0.60 | 0 | 0.39 | 287.74 | 0.42 | 0.43 |
| Hex | 89 | 3F | 9C | C | 3C | 0 | 27 | 120 | 2A | 2B |
| Octal | 211 | 77 | 234 | 14 | 74 | 0 | 47 | 440 | 52 | 53 |
| Binary | 10001001 | 111111 | 10011100 | 1100 | 111100 | 0 | 100111 | 100100000 | 101010 | 101011 |
Color Harmonies of #893F9C
Complementary color
Monochromatic Colors of #893F9C
Black with #893F9C
Text Example
Text Example
White with #893F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F9C; }
p { color: rgb(137,63,156); }
H1.HeaderClassName
{
color: #893F9C;
}
.AnyTagClassName
{
color: #893F9C;
}
</style>
background-color css
<style>
a { background-color: #893F9C; }
a { background-color: rgb(137,63,156); }
div.DivClassName
{
background-color: #893F9C;
}
.BgClassName
{
background-color: #893F9C;
}
</style>
border-color css
<style>
span { border-color: #893F9C; }
span { border-color: rgb(137,63,156); }
td.TdClassName
{
border-color: #893F9C;
}
.TagClassName
{
border-color: #893F9C;
}
</style>