Shades of Dark Orchid #893CCF
Tints of Dark Orchid #893CCF
RGB
CMYK
RGB Variations
Color information
#893CCF (or 0x893CCF) is known color: Dark Orchid. HEX triplet: 89, 3C and CF. RGB value is (137,60,207). Sum of RGB (Red+Green+Blue) = 137+60+207=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #893CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CCF is #76C330. Grayscale: #636363. Windows color (decimal): -7783217 or 13581449. OLE color: 13581449.
HSL color Cylindrical-coordinate representation of color #893CCF: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893CCF is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 60 | 207 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.19 |
| HSL | 271.43º | 0.6% | 0.52% | - |
| HSV(B) | 271.43º | 0.71% | 0.81% | - |
| XYZ | 23.19 | 13.06 | 60.33 | - |
| YUV | 99.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 207 | 0.34 | 0.71 | 0 | 0.19 | 271.43 | 0.6 | 0.52 |
| Hex | 89 | 3C | CF | 22 | 47 | 0 | 13 | 10F | 3C | 34 |
| Octal | 211 | 74 | 317 | 42 | 107 | 0 | 23 | 417 | 74 | 64 |
| Binary | 10001001 | 111100 | 11001111 | 100010 | 1000111 | 0 | 10011 | 100001111 | 111100 | 110100 |
Color Harmonies of #893CCF
Complementary color
Monochromatic Colors of #893CCF
Black with #893CCF
Text Example
Text Example
White with #893CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CCF; }
p { color: rgb(137,60,207); }
H1.HeaderClassName
{
color: #893CCF;
}
.AnyTagClassName
{
color: #893CCF;
}
</style>
background-color css
<style>
a { background-color: #893CCF; }
a { background-color: rgb(137,60,207); }
div.DivClassName
{
background-color: #893CCF;
}
.BgClassName
{
background-color: #893CCF;
}
</style>
border-color css
<style>
span { border-color: #893CCF; }
span { border-color: rgb(137,60,207); }
td.TdClassName
{
border-color: #893CCF;
}
.TagClassName
{
border-color: #893CCF;
}
</style>