Shades of Dark Orchid #893DC2
Tints of Dark Orchid #893DC2
RGB
CMYK
RGB Variations
Color information
#893DC2 (or 0x893DC2) is known color: Dark Orchid. HEX triplet: 89, 3D and C2. RGB value is (137,61,194). Sum of RGB (Red+Green+Blue) = 137+61+194=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #893DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DC2 is #76C23D. Grayscale: #626262. Windows color (decimal): -7782974 or 12729737. OLE color: 12729737.
HSL color Cylindrical-coordinate representation of color #893DC2: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893DC2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 61 | 194 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.24 |
| HSL | 274.29º | 0.52% | 0.5% | - |
| HSV(B) | 274.29º | 0.69% | 0.76% | - |
| XYZ | 21.72 | 12.55 | 52.32 | - |
| YUV | 98.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 194 | 0.29 | 0.69 | 0 | 0.24 | 274.29 | 0.52 | 0.5 |
| Hex | 89 | 3D | C2 | 1D | 45 | 0 | 18 | 112 | 34 | 32 |
| Octal | 211 | 75 | 302 | 35 | 105 | 0 | 30 | 422 | 64 | 62 |
| Binary | 10001001 | 111101 | 11000010 | 11101 | 1000101 | 0 | 11000 | 100010010 | 110100 | 110010 |
Color Harmonies of #893DC2
Complementary color
Monochromatic Colors of #893DC2
Black with #893DC2
Text Example
Text Example
White with #893DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DC2; }
p { color: rgb(137,61,194); }
H1.HeaderClassName
{
color: #893DC2;
}
.AnyTagClassName
{
color: #893DC2;
}
</style>
background-color css
<style>
a { background-color: #893DC2; }
a { background-color: rgb(137,61,194); }
div.DivClassName
{
background-color: #893DC2;
}
.BgClassName
{
background-color: #893DC2;
}
</style>
border-color css
<style>
span { border-color: #893DC2; }
span { border-color: rgb(137,61,194); }
td.TdClassName
{
border-color: #893DC2;
}
.TagClassName
{
border-color: #893DC2;
}
</style>