Shades of Dark Orchid #8739CE
Tints of Dark Orchid #8739CE
RGB
CMYK
RGB Variations
Color information
#8739CE (or 0x8739CE) is known color: Dark Orchid. HEX triplet: 87, 39 and CE. RGB value is (135,57,206). Sum of RGB (Red+Green+Blue) = 135+57+206=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #8739CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8739CE is #78C631. Grayscale: #606060. Windows color (decimal): -7915058 or 13515143. OLE color: 13515143.
HSL color Cylindrical-coordinate representation of color #8739CE: hue angle of 271.41º 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 #8739CE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 57 | 206 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.19 |
| HSL | 271.41º | 0.6% | 0.52% | - |
| HSV(B) | 271.41º | 0.72% | 0.81% | - |
| XYZ | 22.6 | 12.53 | 59.62 | - |
| YUV | 97.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 206 | 0.34 | 0.72 | 0 | 0.19 | 271.41 | 0.6 | 0.52 |
| Hex | 87 | 39 | CE | 22 | 48 | 0 | 13 | 10F | 3C | 34 |
| Octal | 207 | 71 | 316 | 42 | 110 | 0 | 23 | 417 | 74 | 64 |
| Binary | 10000111 | 111001 | 11001110 | 100010 | 1001000 | 0 | 10011 | 100001111 | 111100 | 110100 |
Color Harmonies of #8739CE
Complementary color
Monochromatic Colors of #8739CE
Black with #8739CE
Text Example
Text Example
White with #8739CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8739CE; }
p { color: rgb(135,57,206); }
H1.HeaderClassName
{
color: #8739CE;
}
.AnyTagClassName
{
color: #8739CE;
}
</style>
background-color css
<style>
a { background-color: #8739CE; }
a { background-color: rgb(135,57,206); }
div.DivClassName
{
background-color: #8739CE;
}
.BgClassName
{
background-color: #8739CE;
}
</style>
border-color css
<style>
span { border-color: #8739CE; }
span { border-color: rgb(135,57,206); }
td.TdClassName
{
border-color: #8739CE;
}
.TagClassName
{
border-color: #8739CE;
}
</style>