Shades of Dark Orchid #8E34AF
Tints of Dark Orchid #8E34AF
RGB
CMYK
RGB Variations
Color information
#8E34AF (or 0x8E34AF) is known color: Dark Orchid. HEX triplet: 8E, 34 and AF. RGB value is (142,52,175). Sum of RGB (Red+Green+Blue) = 142+52+175=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E34AF is #71CB50. Grayscale: #5C5C5C. Windows color (decimal): -7457617 or 11482254. OLE color: 11482254.
HSL color Cylindrical-coordinate representation of color #8E34AF: hue angle of 283.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E34AF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 52 | 175 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.31 |
| HSL | 283.9º | 0.54% | 0.45% | - |
| HSV(B) | 283.9º | 0.7% | 0.69% | - |
| XYZ | 20.12 | 11.3 | 41.68 | - |
| YUV | 92.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 175 | 0.19 | 0.70 | 0 | 0.31 | 283.9 | 0.54 | 0.45 |
| Hex | 8E | 34 | AF | 13 | 46 | 0 | 1F | 11C | 36 | 2D |
| Octal | 216 | 64 | 257 | 23 | 106 | 0 | 37 | 434 | 66 | 55 |
| Binary | 10001110 | 110100 | 10101111 | 10011 | 1000110 | 0 | 11111 | 100011100 | 110110 | 101101 |
Color Harmonies of #8E34AF
Complementary color
Monochromatic Colors of #8E34AF
Black with #8E34AF
Text Example
Text Example
White with #8E34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E34AF; }
p { color: rgb(142,52,175); }
H1.HeaderClassName
{
color: #8E34AF;
}
.AnyTagClassName
{
color: #8E34AF;
}
</style>
background-color css
<style>
a { background-color: #8E34AF; }
a { background-color: rgb(142,52,175); }
div.DivClassName
{
background-color: #8E34AF;
}
.BgClassName
{
background-color: #8E34AF;
}
</style>
border-color css
<style>
span { border-color: #8E34AF; }
span { border-color: rgb(142,52,175); }
td.TdClassName
{
border-color: #8E34AF;
}
.TagClassName
{
border-color: #8E34AF;
}
</style>