Shades of Dark Orchid #893BCB
Tints of Dark Orchid #893BCB
RGB
CMYK
RGB Variations
Color information
#893BCB (or 0x893BCB) is known color: Dark Orchid. HEX triplet: 89, 3B and CB. RGB value is (137,59,203). Sum of RGB (Red+Green+Blue) = 137+59+203=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #893BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BCB is #76C434. Grayscale: #626262. Windows color (decimal): -7783477 or 13319049. OLE color: 13319049.
HSL color Cylindrical-coordinate representation of color #893BCB: hue angle of 272.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893BCB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 59 | 203 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.20 |
| HSL | 272.5º | 0.58% | 0.51% | - |
| HSV(B) | 272.5º | 0.71% | 0.8% | - |
| XYZ | 22.66 | 12.76 | 57.77 | - |
| YUV | 98.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 203 | 0.33 | 0.71 | 0 | 0.20 | 272.5 | 0.58 | 0.51 |
| Hex | 89 | 3B | CB | 21 | 47 | 0 | 14 | 110 | 3A | 33 |
| Octal | 211 | 73 | 313 | 41 | 107 | 0 | 24 | 420 | 72 | 63 |
| Binary | 10001001 | 111011 | 11001011 | 100001 | 1000111 | 0 | 10100 | 100010000 | 111010 | 110011 |
Color Harmonies of #893BCB
Complementary color
Monochromatic Colors of #893BCB
Black with #893BCB
Text Example
Text Example
White with #893BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BCB; }
p { color: rgb(137,59,203); }
H1.HeaderClassName
{
color: #893BCB;
}
.AnyTagClassName
{
color: #893BCB;
}
</style>
background-color css
<style>
a { background-color: #893BCB; }
a { background-color: rgb(137,59,203); }
div.DivClassName
{
background-color: #893BCB;
}
.BgClassName
{
background-color: #893BCB;
}
</style>
border-color css
<style>
span { border-color: #893BCB; }
span { border-color: rgb(137,59,203); }
td.TdClassName
{
border-color: #893BCB;
}
.TagClassName
{
border-color: #893BCB;
}
</style>