Shades of Vivid Violet #892DAE
Tints of Vivid Violet #892DAE
RGB
CMYK
RGB Variations
Color information
#892DAE (or 0x892DAE) is known color: Vivid Violet. HEX triplet: 89, 2D and AE. RGB value is (137,45,174). Sum of RGB (Red+Green+Blue) = 137+45+174=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #892DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892DAE is #76D251. Grayscale: #565656. Windows color (decimal): -7787090 or 11414921. OLE color: 11414921.
HSL color Cylindrical-coordinate representation of color #892DAE: hue angle of 282.79º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892DAE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 45 | 174 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.32 |
| HSL | 282.79º | 0.59% | 0.43% | - |
| HSV(B) | 282.79º | 0.74% | 0.68% | - |
| XYZ | 18.89 | 10.25 | 41.03 | - |
| YUV | 87.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 174 | 0.21 | 0.74 | 0 | 0.32 | 282.79 | 0.59 | 0.43 |
| Hex | 89 | 2D | AE | 15 | 4A | 0 | 20 | 11B | 3B | 2B |
| Octal | 211 | 55 | 256 | 25 | 112 | 0 | 40 | 433 | 73 | 53 |
| Binary | 10001001 | 101101 | 10101110 | 10101 | 1001010 | 0 | 100000 | 100011011 | 111011 | 101011 |
Color Harmonies of #892DAE
Complementary color
Monochromatic Colors of #892DAE
Black with #892DAE
Text Example
Text Example
White with #892DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DAE; }
p { color: rgb(137,45,174); }
H1.HeaderClassName
{
color: #892DAE;
}
.AnyTagClassName
{
color: #892DAE;
}
</style>
background-color css
<style>
a { background-color: #892DAE; }
a { background-color: rgb(137,45,174); }
div.DivClassName
{
background-color: #892DAE;
}
.BgClassName
{
background-color: #892DAE;
}
</style>
border-color css
<style>
span { border-color: #892DAE; }
span { border-color: rgb(137,45,174); }
td.TdClassName
{
border-color: #892DAE;
}
.TagClassName
{
border-color: #892DAE;
}
</style>