Shades of Vivid Violet #892DA2
Tints of Vivid Violet #892DA2
RGB
CMYK
RGB Variations
Color information
#892DA2 (or 0x892DA2) is known color: Vivid Violet. HEX triplet: 89, 2D and A2. RGB value is (137,45,162). Sum of RGB (Red+Green+Blue) = 137+45+162=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #892DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892DA2 is #76D25D. Grayscale: #555555. Windows color (decimal): -7787102 or 10628489. OLE color: 10628489.
HSL color Cylindrical-coordinate representation of color #892DA2: hue angle of 287.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892DA2 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 45 | 162 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.36 |
| HSL | 287.18º | 0.57% | 0.41% | - |
| HSV(B) | 287.18º | 0.72% | 0.64% | - |
| XYZ | 17.78 | 9.8 | 35.14 | - |
| YUV | 85.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 162 | 0.15 | 0.72 | 0 | 0.36 | 287.18 | 0.57 | 0.41 |
| Hex | 89 | 2D | A2 | F | 48 | 0 | 24 | 11F | 39 | 29 |
| Octal | 211 | 55 | 242 | 17 | 110 | 0 | 44 | 437 | 71 | 51 |
| Binary | 10001001 | 101101 | 10100010 | 1111 | 1001000 | 0 | 100100 | 100011111 | 111001 | 101001 |
Color Harmonies of #892DA2
Complementary color
Monochromatic Colors of #892DA2
Black with #892DA2
Text Example
Text Example
White with #892DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DA2; }
p { color: rgb(137,45,162); }
H1.HeaderClassName
{
color: #892DA2;
}
.AnyTagClassName
{
color: #892DA2;
}
</style>
background-color css
<style>
a { background-color: #892DA2; }
a { background-color: rgb(137,45,162); }
div.DivClassName
{
background-color: #892DA2;
}
.BgClassName
{
background-color: #892DA2;
}
</style>
border-color css
<style>
span { border-color: #892DA2; }
span { border-color: rgb(137,45,162); }
td.TdClassName
{
border-color: #892DA2;
}
.TagClassName
{
border-color: #892DA2;
}
</style>