Shades of Vivid Violet #892BAB
Tints of Vivid Violet #892BAB
RGB
CMYK
RGB Variations
Color information
#892BAB (or 0x892BAB) is known color: Vivid Violet. HEX triplet: 89, 2B and AB. RGB value is (137,43,171). Sum of RGB (Red+Green+Blue) = 137+43+171=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #892BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892BAB is #76D454. Grayscale: #555555. Windows color (decimal): -7787605 or 11217801. OLE color: 11217801.
HSL color Cylindrical-coordinate representation of color #892BAB: hue angle of 284.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892BAB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 43 | 171 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.33 |
| HSL | 284.06º | 0.6% | 0.42% | - |
| HSV(B) | 284.06º | 0.75% | 0.67% | - |
| XYZ | 18.53 | 9.99 | 39.48 | - |
| YUV | 85.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 171 | 0.20 | 0.75 | 0 | 0.33 | 284.06 | 0.6 | 0.42 |
| Hex | 89 | 2B | AB | 14 | 4B | 0 | 21 | 11C | 3C | 2A |
| Octal | 211 | 53 | 253 | 24 | 113 | 0 | 41 | 434 | 74 | 52 |
| Binary | 10001001 | 101011 | 10101011 | 10100 | 1001011 | 0 | 100001 | 100011100 | 111100 | 101010 |
Color Harmonies of #892BAB
Complementary color
Monochromatic Colors of #892BAB
Black with #892BAB
Text Example
Text Example
White with #892BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BAB; }
p { color: rgb(137,43,171); }
H1.HeaderClassName
{
color: #892BAB;
}
.AnyTagClassName
{
color: #892BAB;
}
</style>
background-color css
<style>
a { background-color: #892BAB; }
a { background-color: rgb(137,43,171); }
div.DivClassName
{
background-color: #892BAB;
}
.BgClassName
{
background-color: #892BAB;
}
</style>
border-color css
<style>
span { border-color: #892BAB; }
span { border-color: rgb(137,43,171); }
td.TdClassName
{
border-color: #892BAB;
}
.TagClassName
{
border-color: #892BAB;
}
</style>