Shades of Dark Orchid #8A24CE
Tints of Dark Orchid #8A24CE
RGB
CMYK
RGB Variations
Color information
#8A24CE (or 0x8A24CE) is known color: Dark Orchid. HEX triplet: 8A, 24 and CE. RGB value is (138,36,206). Sum of RGB (Red+Green+Blue) = 138+36+206=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24CE is #75DB31. Grayscale: #555555. Windows color (decimal): -7723826 or 13509770. OLE color: 13509770.
HSL color Cylindrical-coordinate representation of color #8A24CE: hue angle of 276º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A24CE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 36 | 206 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.19 |
| HSL | 276º | 0.7% | 0.47% | - |
| HSV(B) | 276º | 0.83% | 0.81% | - |
| XYZ | 22.25 | 11.12 | 59.37 | - |
| YUV | 85.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 206 | 0.33 | 0.83 | 0 | 0.19 | 276 | 0.7 | 0.47 |
| Hex | 8A | 24 | CE | 21 | 53 | 0 | 13 | 114 | 46 | 2F |
| Octal | 212 | 44 | 316 | 41 | 123 | 0 | 23 | 424 | 106 | 57 |
| Binary | 10001010 | 100100 | 11001110 | 100001 | 1010011 | 0 | 10011 | 100010100 | 1000110 | 101111 |
Color Harmonies of #8A24CE
Complementary color
Monochromatic Colors of #8A24CE
Black with #8A24CE
Text Example
Text Example
White with #8A24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A24CE; }
p { color: rgb(138,36,206); }
H1.HeaderClassName
{
color: #8A24CE;
}
.AnyTagClassName
{
color: #8A24CE;
}
</style>
background-color css
<style>
a { background-color: #8A24CE; }
a { background-color: rgb(138,36,206); }
div.DivClassName
{
background-color: #8A24CE;
}
.BgClassName
{
background-color: #8A24CE;
}
</style>
border-color css
<style>
span { border-color: #8A24CE; }
span { border-color: rgb(138,36,206); }
td.TdClassName
{
border-color: #8A24CE;
}
.TagClassName
{
border-color: #8A24CE;
}
</style>