Shades of Dark Orchid #8A24CA
Tints of Dark Orchid #8A24CA
RGB
CMYK
RGB Variations
Color information
#8A24CA (or 0x8A24CA) is known color: Dark Orchid. HEX triplet: 8A, 24 and CA. RGB value is (138,36,202). Sum of RGB (Red+Green+Blue) = 138+36+202=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A24CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24CA is #75DB35. Grayscale: #545454. Windows color (decimal): -7723830 or 13247626. OLE color: 13247626.
HSL color Cylindrical-coordinate representation of color #8A24CA: hue angle of 276.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A24CA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 36 | 202 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.21 |
| HSL | 276.87º | 0.7% | 0.47% | - |
| HSV(B) | 276.87º | 0.82% | 0.79% | - |
| XYZ | 21.77 | 10.93 | 56.84 | - |
| YUV | 85.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 202 | 0.32 | 0.82 | 0 | 0.21 | 276.87 | 0.7 | 0.47 |
| Hex | 8A | 24 | CA | 20 | 52 | 0 | 15 | 115 | 46 | 2F |
| Octal | 212 | 44 | 312 | 40 | 122 | 0 | 25 | 425 | 106 | 57 |
| Binary | 10001010 | 100100 | 11001010 | 100000 | 1010010 | 0 | 10101 | 100010101 | 1000110 | 101111 |
Color Harmonies of #8A24CA
Complementary color
Monochromatic Colors of #8A24CA
Black with #8A24CA
Text Example
Text Example
White with #8A24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A24CA; }
p { color: rgb(138,36,202); }
H1.HeaderClassName
{
color: #8A24CA;
}
.AnyTagClassName
{
color: #8A24CA;
}
</style>
background-color css
<style>
a { background-color: #8A24CA; }
a { background-color: rgb(138,36,202); }
div.DivClassName
{
background-color: #8A24CA;
}
.BgClassName
{
background-color: #8A24CA;
}
</style>
border-color css
<style>
span { border-color: #8A24CA; }
span { border-color: rgb(138,36,202); }
td.TdClassName
{
border-color: #8A24CA;
}
.TagClassName
{
border-color: #8A24CA;
}
</style>