Shades of Dark Orchid #893FCD
Tints of Dark Orchid #893FCD
RGB
CMYK
RGB Variations
Color information
#893FCD (or 0x893FCD) is known color: Dark Orchid. HEX triplet: 89, 3F and CD. RGB value is (137,63,205). Sum of RGB (Red+Green+Blue) = 137+63+205=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #893FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FCD is #76C032. Grayscale: #646464. Windows color (decimal): -7782451 or 13451145. OLE color: 13451145.
HSL color Cylindrical-coordinate representation of color #893FCD: hue angle of 271.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893FCD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 63 | 205 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.20 |
| HSL | 271.27º | 0.59% | 0.53% | - |
| HSV(B) | 271.27º | 0.69% | 0.8% | - |
| XYZ | 23.11 | 13.28 | 59.1 | - |
| YUV | 101.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 205 | 0.33 | 0.69 | 0 | 0.20 | 271.27 | 0.59 | 0.53 |
| Hex | 89 | 3F | CD | 21 | 45 | 0 | 14 | 10F | 3B | 35 |
| Octal | 211 | 77 | 315 | 41 | 105 | 0 | 24 | 417 | 73 | 65 |
| Binary | 10001001 | 111111 | 11001101 | 100001 | 1000101 | 0 | 10100 | 100001111 | 111011 | 110101 |
Color Harmonies of #893FCD
Complementary color
Monochromatic Colors of #893FCD
Black with #893FCD
Text Example
Text Example
White with #893FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FCD; }
p { color: rgb(137,63,205); }
H1.HeaderClassName
{
color: #893FCD;
}
.AnyTagClassName
{
color: #893FCD;
}
</style>
background-color css
<style>
a { background-color: #893FCD; }
a { background-color: rgb(137,63,205); }
div.DivClassName
{
background-color: #893FCD;
}
.BgClassName
{
background-color: #893FCD;
}
</style>
border-color css
<style>
span { border-color: #893FCD; }
span { border-color: rgb(137,63,205); }
td.TdClassName
{
border-color: #893FCD;
}
.TagClassName
{
border-color: #893FCD;
}
</style>