Shades of Dark Orchid #892ACE
Tints of Dark Orchid #892ACE
RGB
CMYK
RGB Variations
Color information
#892ACE (or 0x892ACE) is known color: Dark Orchid. HEX triplet: 89, 2A and CE. RGB value is (137,42,206). Sum of RGB (Red+Green+Blue) = 137+42+206=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #892ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ACE is #76D531. Grayscale: #585858. Windows color (decimal): -7787826 or 13511305. OLE color: 13511305.
HSL color Cylindrical-coordinate representation of color #892ACE: hue angle of 274.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892ACE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 42 | 206 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.19 |
| HSL | 274.76º | 0.66% | 0.49% | - |
| HSV(B) | 274.76º | 0.8% | 0.81% | - |
| XYZ | 22.29 | 11.43 | 59.42 | - |
| YUV | 89.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 206 | 0.33 | 0.80 | 0 | 0.19 | 274.76 | 0.66 | 0.49 |
| Hex | 89 | 2A | CE | 21 | 50 | 0 | 13 | 113 | 42 | 31 |
| Octal | 211 | 52 | 316 | 41 | 120 | 0 | 23 | 423 | 102 | 61 |
| Binary | 10001001 | 101010 | 11001110 | 100001 | 1010000 | 0 | 10011 | 100010011 | 1000010 | 110001 |
Color Harmonies of #892ACE
Complementary color
Monochromatic Colors of #892ACE
Black with #892ACE
Text Example
Text Example
White with #892ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892ACE; }
p { color: rgb(137,42,206); }
H1.HeaderClassName
{
color: #892ACE;
}
.AnyTagClassName
{
color: #892ACE;
}
</style>
background-color css
<style>
a { background-color: #892ACE; }
a { background-color: rgb(137,42,206); }
div.DivClassName
{
background-color: #892ACE;
}
.BgClassName
{
background-color: #892ACE;
}
</style>
border-color css
<style>
span { border-color: #892ACE; }
span { border-color: rgb(137,42,206); }
td.TdClassName
{
border-color: #892ACE;
}
.TagClassName
{
border-color: #892ACE;
}
</style>