Shades of Vivid Violet #893388
Tints of Vivid Violet #893388
RGB
CMYK
RGB Variations
Color information
#893388 (or 0x893388) is known color: Vivid Violet. HEX triplet: 89, 33 and 88. RGB value is (137,51,136). Sum of RGB (Red+Green+Blue) = 137+51+136=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #893388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893388 is #76CC77. Grayscale: #565656. Windows color (decimal): -7785592 or 8926089. OLE color: 8926089.
HSL color Cylindrical-coordinate representation of color #893388: hue angle of 300.7º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893388 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 136 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.46 |
| HSL | 300.7º | 0.46% | 0.37% | - |
| HSV(B) | 300.7º | 0.63% | 0.54% | - |
| XYZ | 15.94 | 9.46 | 24.28 | - |
| YUV | 86.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 136 | 0 | 0.63 | 0.01 | 0.46 | 300.7 | 0.46 | 0.37 |
| Hex | 89 | 33 | 88 | 0 | 3F | 1 | 2E | 12D | 2E | 25 |
| Octal | 211 | 63 | 210 | 0 | 77 | 1 | 56 | 455 | 56 | 45 |
| Binary | 10001001 | 110011 | 10001000 | 0 | 111111 | 1 | 101110 | 100101101 | 101110 | 100101 |
Color Harmonies of #893388
Complementary color
Monochromatic Colors of #893388
Black with #893388
Text Example
Text Example
White with #893388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893388; }
p { color: rgb(137,51,136); }
H1.HeaderClassName
{
color: #893388;
}
.AnyTagClassName
{
color: #893388;
}
</style>
background-color css
<style>
a { background-color: #893388; }
a { background-color: rgb(137,51,136); }
div.DivClassName
{
background-color: #893388;
}
.BgClassName
{
background-color: #893388;
}
</style>
border-color css
<style>
span { border-color: #893388; }
span { border-color: rgb(137,51,136); }
td.TdClassName
{
border-color: #893388;
}
.TagClassName
{
border-color: #893388;
}
</style>