Shades of Dark Orchid #893CCD
Tints of Dark Orchid #893CCD
RGB
CMYK
RGB Variations
Color information
#893CCD (or 0x893CCD) is known color: Dark Orchid. HEX triplet: 89, 3C and CD. RGB value is (137,60,205). Sum of RGB (Red+Green+Blue) = 137+60+205=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #893CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CCD is #76C332. Grayscale: #636363. Windows color (decimal): -7783219 or 13450377. OLE color: 13450377.
HSL color Cylindrical-coordinate representation of color #893CCD: hue angle of 271.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893CCD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 60 | 205 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.20 |
| HSL | 271.86º | 0.59% | 0.52% | - |
| HSV(B) | 271.86º | 0.71% | 0.8% | - |
| XYZ | 22.95 | 12.96 | 59.05 | - |
| YUV | 99.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 205 | 0.33 | 0.71 | 0 | 0.20 | 271.86 | 0.59 | 0.52 |
| Hex | 89 | 3C | CD | 21 | 47 | 0 | 14 | 110 | 3B | 34 |
| Octal | 211 | 74 | 315 | 41 | 107 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001001 | 111100 | 11001101 | 100001 | 1000111 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #893CCD
Complementary color
Monochromatic Colors of #893CCD
Black with #893CCD
Text Example
Text Example
White with #893CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CCD; }
p { color: rgb(137,60,205); }
H1.HeaderClassName
{
color: #893CCD;
}
.AnyTagClassName
{
color: #893CCD;
}
</style>
background-color css
<style>
a { background-color: #893CCD; }
a { background-color: rgb(137,60,205); }
div.DivClassName
{
background-color: #893CCD;
}
.BgClassName
{
background-color: #893CCD;
}
</style>
border-color css
<style>
span { border-color: #893CCD; }
span { border-color: rgb(137,60,205); }
td.TdClassName
{
border-color: #893CCD;
}
.TagClassName
{
border-color: #893CCD;
}
</style>