Shades of Vivid Violet #892CAD
Tints of Vivid Violet #892CAD
RGB
CMYK
RGB Variations
Color information
#892CAD (or 0x892CAD) is known color: Vivid Violet. HEX triplet: 89, 2C and AD. RGB value is (137,44,173). Sum of RGB (Red+Green+Blue) = 137+44+173=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #892CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892CAD is #76D352. Grayscale: #565656. Windows color (decimal): -7787347 or 11349129. OLE color: 11349129.
HSL color Cylindrical-coordinate representation of color #892CAD: hue angle of 283.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892CAD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 44 | 173 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.32 |
| HSL | 283.26º | 0.59% | 0.43% | - |
| HSV(B) | 283.26º | 0.75% | 0.68% | - |
| XYZ | 18.76 | 10.14 | 40.5 | - |
| YUV | 86.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 173 | 0.21 | 0.75 | 0 | 0.32 | 283.26 | 0.59 | 0.43 |
| Hex | 89 | 2C | AD | 15 | 4B | 0 | 20 | 11B | 3B | 2B |
| Octal | 211 | 54 | 255 | 25 | 113 | 0 | 40 | 433 | 73 | 53 |
| Binary | 10001001 | 101100 | 10101101 | 10101 | 1001011 | 0 | 100000 | 100011011 | 111011 | 101011 |
Color Harmonies of #892CAD
Complementary color
Monochromatic Colors of #892CAD
Black with #892CAD
Text Example
Text Example
White with #892CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892CAD; }
p { color: rgb(137,44,173); }
H1.HeaderClassName
{
color: #892CAD;
}
.AnyTagClassName
{
color: #892CAD;
}
</style>
background-color css
<style>
a { background-color: #892CAD; }
a { background-color: rgb(137,44,173); }
div.DivClassName
{
background-color: #892CAD;
}
.BgClassName
{
background-color: #892CAD;
}
</style>
border-color css
<style>
span { border-color: #892CAD; }
span { border-color: rgb(137,44,173); }
td.TdClassName
{
border-color: #892CAD;
}
.TagClassName
{
border-color: #892CAD;
}
</style>