Shades of Dark Orchid #8938CE
Tints of Dark Orchid #8938CE
RGB
CMYK
RGB Variations
Color information
#8938CE (or 0x8938CE) is known color: Dark Orchid. HEX triplet: 89, 38 and CE. RGB value is (137,56,206). Sum of RGB (Red+Green+Blue) = 137+56+206=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8938CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938CE is #76C731. Grayscale: #606060. Windows color (decimal): -7784242 or 13514889. OLE color: 13514889.
HSL color Cylindrical-coordinate representation of color #8938CE: hue angle of 272.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8938CE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 56 | 206 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.19 |
| HSL | 272.4º | 0.6% | 0.51% | - |
| HSV(B) | 272.4º | 0.73% | 0.81% | - |
| XYZ | 22.87 | 12.6 | 59.62 | - |
| YUV | 97.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 206 | 0.33 | 0.73 | 0 | 0.19 | 272.4 | 0.6 | 0.51 |
| Hex | 89 | 38 | CE | 21 | 49 | 0 | 13 | 110 | 3C | 33 |
| Octal | 211 | 70 | 316 | 41 | 111 | 0 | 23 | 420 | 74 | 63 |
| Binary | 10001001 | 111000 | 11001110 | 100001 | 1001001 | 0 | 10011 | 100010000 | 111100 | 110011 |
Color Harmonies of #8938CE
Complementary color
Monochromatic Colors of #8938CE
Black with #8938CE
Text Example
Text Example
White with #8938CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8938CE; }
p { color: rgb(137,56,206); }
H1.HeaderClassName
{
color: #8938CE;
}
.AnyTagClassName
{
color: #8938CE;
}
</style>
background-color css
<style>
a { background-color: #8938CE; }
a { background-color: rgb(137,56,206); }
div.DivClassName
{
background-color: #8938CE;
}
.BgClassName
{
background-color: #8938CE;
}
</style>
border-color css
<style>
span { border-color: #8938CE; }
span { border-color: rgb(137,56,206); }
td.TdClassName
{
border-color: #8938CE;
}
.TagClassName
{
border-color: #8938CE;
}
</style>