Shades of Dark Orchid #8E30AF
Tints of Dark Orchid #8E30AF
RGB
CMYK
RGB Variations
Color information
#8E30AF (or 0x8E30AF) is known color: Dark Orchid. HEX triplet: 8E, 30 and AF. RGB value is (142,48,175). Sum of RGB (Red+Green+Blue) = 142+48+175=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E30AF is #71CF50. Grayscale: #5A5A5A. Windows color (decimal): -7458641 or 11481230. OLE color: 11481230.
HSL color Cylindrical-coordinate representation of color #8E30AF: hue angle of 284.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E30AF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 48 | 175 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.31 |
| HSL | 284.41º | 0.57% | 0.44% | - |
| HSV(B) | 284.41º | 0.73% | 0.69% | - |
| XYZ | 19.95 | 10.96 | 41.62 | - |
| YUV | 90.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 175 | 0.19 | 0.73 | 0 | 0.31 | 284.41 | 0.57 | 0.44 |
| Hex | 8E | 30 | AF | 13 | 49 | 0 | 1F | 11C | 39 | 2C |
| Octal | 216 | 60 | 257 | 23 | 111 | 0 | 37 | 434 | 71 | 54 |
| Binary | 10001110 | 110000 | 10101111 | 10011 | 1001001 | 0 | 11111 | 100011100 | 111001 | 101100 |
Color Harmonies of #8E30AF
Complementary color
Monochromatic Colors of #8E30AF
Black with #8E30AF
Text Example
Text Example
White with #8E30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E30AF; }
p { color: rgb(142,48,175); }
H1.HeaderClassName
{
color: #8E30AF;
}
.AnyTagClassName
{
color: #8E30AF;
}
</style>
background-color css
<style>
a { background-color: #8E30AF; }
a { background-color: rgb(142,48,175); }
div.DivClassName
{
background-color: #8E30AF;
}
.BgClassName
{
background-color: #8E30AF;
}
</style>
border-color css
<style>
span { border-color: #8E30AF; }
span { border-color: rgb(142,48,175); }
td.TdClassName
{
border-color: #8E30AF;
}
.TagClassName
{
border-color: #8E30AF;
}
</style>