Shades of Vivid Violet #892FAB
Tints of Vivid Violet #892FAB
RGB
CMYK
RGB Variations
Color information
#892FAB (or 0x892FAB) is known color: Vivid Violet. HEX triplet: 89, 2F and AB. RGB value is (137,47,171). Sum of RGB (Red+Green+Blue) = 137+47+171=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #892FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892FAB is #76D054. Grayscale: #575757. Windows color (decimal): -7786581 or 11218825. OLE color: 11218825.
HSL color Cylindrical-coordinate representation of color #892FAB: hue angle of 283.55º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892FAB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 47 | 171 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.33 |
| HSL | 283.55º | 0.57% | 0.43% | - |
| HSV(B) | 283.55º | 0.73% | 0.67% | - |
| XYZ | 18.68 | 10.29 | 39.53 | - |
| YUV | 88.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 171 | 0.20 | 0.73 | 0 | 0.33 | 283.55 | 0.57 | 0.43 |
| Hex | 89 | 2F | AB | 14 | 49 | 0 | 21 | 11C | 39 | 2B |
| Octal | 211 | 57 | 253 | 24 | 111 | 0 | 41 | 434 | 71 | 53 |
| Binary | 10001001 | 101111 | 10101011 | 10100 | 1001001 | 0 | 100001 | 100011100 | 111001 | 101011 |
Color Harmonies of #892FAB
Complementary color
Monochromatic Colors of #892FAB
Black with #892FAB
Text Example
Text Example
White with #892FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FAB; }
p { color: rgb(137,47,171); }
H1.HeaderClassName
{
color: #892FAB;
}
.AnyTagClassName
{
color: #892FAB;
}
</style>
background-color css
<style>
a { background-color: #892FAB; }
a { background-color: rgb(137,47,171); }
div.DivClassName
{
background-color: #892FAB;
}
.BgClassName
{
background-color: #892FAB;
}
</style>
border-color css
<style>
span { border-color: #892FAB; }
span { border-color: rgb(137,47,171); }
td.TdClassName
{
border-color: #892FAB;
}
.TagClassName
{
border-color: #892FAB;
}
</style>