Shades of Dark Orchid #8939CE
Tints of Dark Orchid #8939CE
RGB
CMYK
RGB Variations
Color information
#8939CE (or 0x8939CE) is known color: Dark Orchid. HEX triplet: 89, 39 and CE. RGB value is (137,57,206). Sum of RGB (Red+Green+Blue) = 137+57+206=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #8939CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939CE is #76C631. Grayscale: #616161. Windows color (decimal): -7783986 or 13515145. OLE color: 13515145.
HSL color Cylindrical-coordinate representation of color #8939CE: hue angle of 272.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8939CE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 57 | 206 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.19 |
| HSL | 272.21º | 0.6% | 0.52% | - |
| HSV(B) | 272.21º | 0.72% | 0.81% | - |
| XYZ | 22.92 | 12.7 | 59.64 | - |
| YUV | 97.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 206 | 0.33 | 0.72 | 0 | 0.19 | 272.21 | 0.6 | 0.52 |
| Hex | 89 | 39 | CE | 21 | 48 | 0 | 13 | 110 | 3C | 34 |
| Octal | 211 | 71 | 316 | 41 | 110 | 0 | 23 | 420 | 74 | 64 |
| Binary | 10001001 | 111001 | 11001110 | 100001 | 1001000 | 0 | 10011 | 100010000 | 111100 | 110100 |
Color Harmonies of #8939CE
Complementary color
Monochromatic Colors of #8939CE
Black with #8939CE
Text Example
Text Example
White with #8939CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8939CE; }
p { color: rgb(137,57,206); }
H1.HeaderClassName
{
color: #8939CE;
}
.AnyTagClassName
{
color: #8939CE;
}
</style>
background-color css
<style>
a { background-color: #8939CE; }
a { background-color: rgb(137,57,206); }
div.DivClassName
{
background-color: #8939CE;
}
.BgClassName
{
background-color: #8939CE;
}
</style>
border-color css
<style>
span { border-color: #8939CE; }
span { border-color: rgb(137,57,206); }
td.TdClassName
{
border-color: #8939CE;
}
.TagClassName
{
border-color: #8939CE;
}
</style>