Shades of Dark Orchid #8734CE
Tints of Dark Orchid #8734CE
RGB
CMYK
RGB Variations
Color information
#8734CE (or 0x8734CE) is known color: Dark Orchid. HEX triplet: 87, 34 and CE. RGB value is (135,52,206). Sum of RGB (Red+Green+Blue) = 135+52+206=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8734CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8734CE is #78CB31. Grayscale: #5D5D5D. Windows color (decimal): -7916338 or 13513863. OLE color: 13513863.
HSL color Cylindrical-coordinate representation of color #8734CE: hue angle of 272.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8734CE is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 52 | 206 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.19 |
| HSL | 272.34º | 0.61% | 0.51% | - |
| HSV(B) | 272.34º | 0.75% | 0.81% | - |
| XYZ | 22.36 | 12.06 | 59.54 | - |
| YUV | 94.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 206 | 0.34 | 0.75 | 0 | 0.19 | 272.34 | 0.61 | 0.51 |
| Hex | 87 | 34 | CE | 22 | 4B | 0 | 13 | 110 | 3D | 33 |
| Octal | 207 | 64 | 316 | 42 | 113 | 0 | 23 | 420 | 75 | 63 |
| Binary | 10000111 | 110100 | 11001110 | 100010 | 1001011 | 0 | 10011 | 100010000 | 111101 | 110011 |
Color Harmonies of #8734CE
Complementary color
Monochromatic Colors of #8734CE
Black with #8734CE
Text Example
Text Example
White with #8734CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8734CE; }
p { color: rgb(135,52,206); }
H1.HeaderClassName
{
color: #8734CE;
}
.AnyTagClassName
{
color: #8734CE;
}
</style>
background-color css
<style>
a { background-color: #8734CE; }
a { background-color: rgb(135,52,206); }
div.DivClassName
{
background-color: #8734CE;
}
.BgClassName
{
background-color: #8734CE;
}
</style>
border-color css
<style>
span { border-color: #8734CE; }
span { border-color: rgb(135,52,206); }
td.TdClassName
{
border-color: #8734CE;
}
.TagClassName
{
border-color: #8734CE;
}
</style>