Shades of Dark Orchid #892BBC
Tints of Dark Orchid #892BBC
RGB
CMYK
RGB Variations
Color information
#892BBC (or 0x892BBC) is known color: Dark Orchid. HEX triplet: 89, 2B and BC. RGB value is (137,43,188). Sum of RGB (Red+Green+Blue) = 137+43+188=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #892BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BBC is #76D443. Grayscale: #575757. Windows color (decimal): -7787588 or 12331913. OLE color: 12331913.
HSL color Cylindrical-coordinate representation of color #892BBC: hue angle of 278.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892BBC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 43 | 188 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.26 |
| HSL | 278.9º | 0.63% | 0.45% | - |
| HSV(B) | 278.9º | 0.77% | 0.74% | - |
| XYZ | 20.26 | 10.68 | 48.57 | - |
| YUV | 87.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 188 | 0.27 | 0.77 | 0 | 0.26 | 278.9 | 0.63 | 0.45 |
| Hex | 89 | 2B | BC | 1B | 4D | 0 | 1A | 117 | 3F | 2D |
| Octal | 211 | 53 | 274 | 33 | 115 | 0 | 32 | 427 | 77 | 55 |
| Binary | 10001001 | 101011 | 10111100 | 11011 | 1001101 | 0 | 11010 | 100010111 | 111111 | 101101 |
Color Harmonies of #892BBC
Complementary color
Monochromatic Colors of #892BBC
Black with #892BBC
Text Example
Text Example
White with #892BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BBC; }
p { color: rgb(137,43,188); }
H1.HeaderClassName
{
color: #892BBC;
}
.AnyTagClassName
{
color: #892BBC;
}
</style>
background-color css
<style>
a { background-color: #892BBC; }
a { background-color: rgb(137,43,188); }
div.DivClassName
{
background-color: #892BBC;
}
.BgClassName
{
background-color: #892BBC;
}
</style>
border-color css
<style>
span { border-color: #892BBC; }
span { border-color: rgb(137,43,188); }
td.TdClassName
{
border-color: #892BBC;
}
.TagClassName
{
border-color: #892BBC;
}
</style>