Shades of Dark Orchid #892FB2
Tints of Dark Orchid #892FB2
RGB
CMYK
RGB Variations
Color information
#892FB2 (or 0x892FB2) is known color: Dark Orchid. HEX triplet: 89, 2F and B2. RGB value is (137,47,178). Sum of RGB (Red+Green+Blue) = 137+47+178=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #892FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892FB2 is #76D04D. Grayscale: #585858. Windows color (decimal): -7786574 or 11677577. OLE color: 11677577.
HSL color Cylindrical-coordinate representation of color #892FB2: hue angle of 281.22º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892FB2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 47 | 178 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.30 |
| HSL | 281.22º | 0.58% | 0.44% | - |
| HSV(B) | 281.22º | 0.74% | 0.7% | - |
| XYZ | 19.37 | 10.57 | 43.14 | - |
| YUV | 88.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 178 | 0.23 | 0.74 | 0 | 0.30 | 281.22 | 0.58 | 0.44 |
| Hex | 89 | 2F | B2 | 17 | 4A | 0 | 1E | 119 | 3A | 2C |
| Octal | 211 | 57 | 262 | 27 | 112 | 0 | 36 | 431 | 72 | 54 |
| Binary | 10001001 | 101111 | 10110010 | 10111 | 1001010 | 0 | 11110 | 100011001 | 111010 | 101100 |
Color Harmonies of #892FB2
Complementary color
Monochromatic Colors of #892FB2
Black with #892FB2
Text Example
Text Example
White with #892FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FB2; }
p { color: rgb(137,47,178); }
H1.HeaderClassName
{
color: #892FB2;
}
.AnyTagClassName
{
color: #892FB2;
}
</style>
background-color css
<style>
a { background-color: #892FB2; }
a { background-color: rgb(137,47,178); }
div.DivClassName
{
background-color: #892FB2;
}
.BgClassName
{
background-color: #892FB2;
}
</style>
border-color css
<style>
span { border-color: #892FB2; }
span { border-color: rgb(137,47,178); }
td.TdClassName
{
border-color: #892FB2;
}
.TagClassName
{
border-color: #892FB2;
}
</style>