Shades of Dark Orchid #8740CE
Tints of Dark Orchid #8740CE
RGB
CMYK
RGB Variations
Color information
#8740CE (or 0x8740CE) is known color: Dark Orchid. HEX triplet: 87, 40 and CE. RGB value is (135,64,206). Sum of RGB (Red+Green+Blue) = 135+64+206=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8740CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740CE is #78BF31. Grayscale: #646464. Windows color (decimal): -7913266 or 13516935. OLE color: 13516935.
HSL color Cylindrical-coordinate representation of color #8740CE: hue angle of 270º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8740CE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 64 | 206 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.19 |
| HSL | 270º | 0.59% | 0.53% | - |
| HSV(B) | 270º | 0.69% | 0.81% | - |
| XYZ | 22.97 | 13.27 | 59.74 | - |
| YUV | 101.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 206 | 0.34 | 0.69 | 0 | 0.19 | 270 | 0.59 | 0.53 |
| Hex | 87 | 40 | CE | 22 | 45 | 0 | 13 | 10E | 3B | 35 |
| Octal | 207 | 100 | 316 | 42 | 105 | 0 | 23 | 416 | 73 | 65 |
| Binary | 10000111 | 1000000 | 11001110 | 100010 | 1000101 | 0 | 10011 | 100001110 | 111011 | 110101 |
Color Harmonies of #8740CE
Complementary color
Monochromatic Colors of #8740CE
Black with #8740CE
Text Example
Text Example
White with #8740CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740CE; }
p { color: rgb(135,64,206); }
H1.HeaderClassName
{
color: #8740CE;
}
.AnyTagClassName
{
color: #8740CE;
}
</style>
background-color css
<style>
a { background-color: #8740CE; }
a { background-color: rgb(135,64,206); }
div.DivClassName
{
background-color: #8740CE;
}
.BgClassName
{
background-color: #8740CE;
}
</style>
border-color css
<style>
span { border-color: #8740CE; }
span { border-color: rgb(135,64,206); }
td.TdClassName
{
border-color: #8740CE;
}
.TagClassName
{
border-color: #8740CE;
}
</style>