Shades of Dark Orchid #893FC0
Tints of Dark Orchid #893FC0
RGB
CMYK
RGB Variations
Color information
#893FC0 (or 0x893FC0) is known color: Dark Orchid. HEX triplet: 89, 3F and C0. RGB value is (137,63,192). Sum of RGB (Red+Green+Blue) = 137+63+192=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #893FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FC0 is #76C03F. Grayscale: #636363. Windows color (decimal): -7782464 or 12599177. OLE color: 12599177.
HSL color Cylindrical-coordinate representation of color #893FC0: hue angle of 274.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893FC0 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 63 | 192 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.25 |
| HSL | 274.42º | 0.51% | 0.5% | - |
| HSV(B) | 274.42º | 0.67% | 0.75% | - |
| XYZ | 21.61 | 12.68 | 51.18 | - |
| YUV | 99.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 192 | 0.29 | 0.67 | 0 | 0.25 | 274.42 | 0.51 | 0.5 |
| Hex | 89 | 3F | C0 | 1D | 43 | 0 | 19 | 112 | 33 | 32 |
| Octal | 211 | 77 | 300 | 35 | 103 | 0 | 31 | 422 | 63 | 62 |
| Binary | 10001001 | 111111 | 11000000 | 11101 | 1000011 | 0 | 11001 | 100010010 | 110011 | 110010 |
Color Harmonies of #893FC0
Complementary color
Monochromatic Colors of #893FC0
Black with #893FC0
Text Example
Text Example
White with #893FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FC0; }
p { color: rgb(137,63,192); }
H1.HeaderClassName
{
color: #893FC0;
}
.AnyTagClassName
{
color: #893FC0;
}
</style>
background-color css
<style>
a { background-color: #893FC0; }
a { background-color: rgb(137,63,192); }
div.DivClassName
{
background-color: #893FC0;
}
.BgClassName
{
background-color: #893FC0;
}
</style>
border-color css
<style>
span { border-color: #893FC0; }
span { border-color: rgb(137,63,192); }
td.TdClassName
{
border-color: #893FC0;
}
.TagClassName
{
border-color: #893FC0;
}
</style>