Shades of Dark Orchid #893BB4
Tints of Dark Orchid #893BB4
RGB
CMYK
RGB Variations
Color information
#893BB4 (or 0x893BB4) is known color: Dark Orchid. HEX triplet: 89, 3B and B4. RGB value is (137,59,180). Sum of RGB (Red+Green+Blue) = 137+59+180=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #893BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BB4 is #76C44B. Grayscale: #5F5F5F. Windows color (decimal): -7783500 or 11811721. OLE color: 11811721.
HSL color Cylindrical-coordinate representation of color #893BB4: hue angle of 278.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893BB4 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 59 | 180 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.29 |
| HSL | 278.68º | 0.51% | 0.47% | - |
| HSV(B) | 278.68º | 0.67% | 0.71% | - |
| XYZ | 20.12 | 11.74 | 44.39 | - |
| YUV | 96.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 180 | 0.24 | 0.67 | 0 | 0.29 | 278.68 | 0.51 | 0.47 |
| Hex | 89 | 3B | B4 | 18 | 43 | 0 | 1D | 117 | 33 | 2F |
| Octal | 211 | 73 | 264 | 30 | 103 | 0 | 35 | 427 | 63 | 57 |
| Binary | 10001001 | 111011 | 10110100 | 11000 | 1000011 | 0 | 11101 | 100010111 | 110011 | 101111 |
Color Harmonies of #893BB4
Complementary color
Monochromatic Colors of #893BB4
Black with #893BB4
Text Example
Text Example
White with #893BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BB4; }
p { color: rgb(137,59,180); }
H1.HeaderClassName
{
color: #893BB4;
}
.AnyTagClassName
{
color: #893BB4;
}
</style>
background-color css
<style>
a { background-color: #893BB4; }
a { background-color: rgb(137,59,180); }
div.DivClassName
{
background-color: #893BB4;
}
.BgClassName
{
background-color: #893BB4;
}
</style>
border-color css
<style>
span { border-color: #893BB4; }
span { border-color: rgb(137,59,180); }
td.TdClassName
{
border-color: #893BB4;
}
.TagClassName
{
border-color: #893BB4;
}
</style>