Shades of Dark Orchid #893DCB
Tints of Dark Orchid #893DCB
RGB
CMYK
RGB Variations
Color information
#893DCB (or 0x893DCB) is known color: Dark Orchid. HEX triplet: 89, 3D and CB. RGB value is (137,61,203). Sum of RGB (Red+Green+Blue) = 137+61+203=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #893DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DCB is #76C234. Grayscale: #636363. Windows color (decimal): -7782965 or 13319561. OLE color: 13319561.
HSL color Cylindrical-coordinate representation of color #893DCB: hue angle of 272.11º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893DCB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 61 | 203 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.20 |
| HSL | 272.11º | 0.58% | 0.52% | - |
| HSV(B) | 272.11º | 0.7% | 0.8% | - |
| XYZ | 22.76 | 12.97 | 57.8 | - |
| YUV | 99.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 203 | 0.33 | 0.70 | 0 | 0.20 | 272.11 | 0.58 | 0.52 |
| Hex | 89 | 3D | CB | 21 | 46 | 0 | 14 | 110 | 3A | 34 |
| Octal | 211 | 75 | 313 | 41 | 106 | 0 | 24 | 420 | 72 | 64 |
| Binary | 10001001 | 111101 | 11001011 | 100001 | 1000110 | 0 | 10100 | 100010000 | 111010 | 110100 |
Color Harmonies of #893DCB
Complementary color
Monochromatic Colors of #893DCB
Black with #893DCB
Text Example
Text Example
White with #893DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DCB; }
p { color: rgb(137,61,203); }
H1.HeaderClassName
{
color: #893DCB;
}
.AnyTagClassName
{
color: #893DCB;
}
</style>
background-color css
<style>
a { background-color: #893DCB; }
a { background-color: rgb(137,61,203); }
div.DivClassName
{
background-color: #893DCB;
}
.BgClassName
{
background-color: #893DCB;
}
</style>
border-color css
<style>
span { border-color: #893DCB; }
span { border-color: rgb(137,61,203); }
td.TdClassName
{
border-color: #893DCB;
}
.TagClassName
{
border-color: #893DCB;
}
</style>