Shades of Dark Orchid #893BBC
Tints of Dark Orchid #893BBC
RGB
CMYK
RGB Variations
Color information
#893BBC (or 0x893BBC) is known color: Dark Orchid. HEX triplet: 89, 3B and BC. RGB value is (137,59,188). Sum of RGB (Red+Green+Blue) = 137+59+188=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #893BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BBC is #76C443. Grayscale: #606060. Windows color (decimal): -7783492 or 12336009. OLE color: 12336009.
HSL color Cylindrical-coordinate representation of color #893BBC: hue angle of 276.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893BBC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 59 | 188 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.26 |
| HSL | 276.28º | 0.52% | 0.48% | - |
| HSV(B) | 276.28º | 0.69% | 0.74% | - |
| XYZ | 20.96 | 12.08 | 48.8 | - |
| YUV | 97.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 188 | 0.27 | 0.69 | 0 | 0.26 | 276.28 | 0.52 | 0.48 |
| Hex | 89 | 3B | BC | 1B | 45 | 0 | 1A | 114 | 34 | 30 |
| Octal | 211 | 73 | 274 | 33 | 105 | 0 | 32 | 424 | 64 | 60 |
| Binary | 10001001 | 111011 | 10111100 | 11011 | 1000101 | 0 | 11010 | 100010100 | 110100 | 110000 |
Color Harmonies of #893BBC
Complementary color
Monochromatic Colors of #893BBC
Black with #893BBC
Text Example
Text Example
White with #893BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BBC; }
p { color: rgb(137,59,188); }
H1.HeaderClassName
{
color: #893BBC;
}
.AnyTagClassName
{
color: #893BBC;
}
</style>
background-color css
<style>
a { background-color: #893BBC; }
a { background-color: rgb(137,59,188); }
div.DivClassName
{
background-color: #893BBC;
}
.BgClassName
{
background-color: #893BBC;
}
</style>
border-color css
<style>
span { border-color: #893BBC; }
span { border-color: rgb(137,59,188); }
td.TdClassName
{
border-color: #893BBC;
}
.TagClassName
{
border-color: #893BBC;
}
</style>