Shades of Dark Orchid #892FB8
Tints of Dark Orchid #892FB8
RGB
CMYK
RGB Variations
Color information
#892FB8 (or 0x892FB8) is known color: Dark Orchid. HEX triplet: 89, 2F and B8. RGB value is (137,47,184). Sum of RGB (Red+Green+Blue) = 137+47+184=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #892FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FB8 is #76D047. Grayscale: #595959. Windows color (decimal): -7786568 or 12070793. OLE color: 12070793.
HSL color Cylindrical-coordinate representation of color #892FB8: hue angle of 279.42º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892FB8 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 47 | 184 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.28 |
| HSL | 279.42º | 0.59% | 0.45% | - |
| HSV(B) | 279.42º | 0.74% | 0.72% | - |
| XYZ | 19.98 | 10.81 | 46.38 | - |
| YUV | 89.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 184 | 0.26 | 0.74 | 0 | 0.28 | 279.42 | 0.59 | 0.45 |
| Hex | 89 | 2F | B8 | 1A | 4A | 0 | 1C | 117 | 3B | 2D |
| Octal | 211 | 57 | 270 | 32 | 112 | 0 | 34 | 427 | 73 | 55 |
| Binary | 10001001 | 101111 | 10111000 | 11010 | 1001010 | 0 | 11100 | 100010111 | 111011 | 101101 |
Color Harmonies of #892FB8
Complementary color
Monochromatic Colors of #892FB8
Black with #892FB8
Text Example
Text Example
White with #892FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FB8; }
p { color: rgb(137,47,184); }
H1.HeaderClassName
{
color: #892FB8;
}
.AnyTagClassName
{
color: #892FB8;
}
</style>
background-color css
<style>
a { background-color: #892FB8; }
a { background-color: rgb(137,47,184); }
div.DivClassName
{
background-color: #892FB8;
}
.BgClassName
{
background-color: #892FB8;
}
</style>
border-color css
<style>
span { border-color: #892FB8; }
span { border-color: rgb(137,47,184); }
td.TdClassName
{
border-color: #892FB8;
}
.TagClassName
{
border-color: #892FB8;
}
</style>