Shades of Dark Orchid #8A24BD
Tints of Dark Orchid #8A24BD
RGB
CMYK
RGB Variations
Color information
#8A24BD (or 0x8A24BD) is known color: Dark Orchid. HEX triplet: 8A, 24 and BD. RGB value is (138,36,189). Sum of RGB (Red+Green+Blue) = 138+36+189=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24BD is #75DB42. Grayscale: #535353. Windows color (decimal): -7723843 or 12395658. OLE color: 12395658.
HSL color Cylindrical-coordinate representation of color #8A24BD: hue angle of 280º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A24BD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 36 | 189 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.26 |
| HSL | 280º | 0.68% | 0.44% | - |
| HSV(B) | 280º | 0.81% | 0.74% | - |
| XYZ | 20.3 | 10.34 | 49.07 | - |
| YUV | 83.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 189 | 0.27 | 0.81 | 0 | 0.26 | 280 | 0.68 | 0.44 |
| Hex | 8A | 24 | BD | 1B | 51 | 0 | 1A | 118 | 44 | 2C |
| Octal | 212 | 44 | 275 | 33 | 121 | 0 | 32 | 430 | 104 | 54 |
| Binary | 10001010 | 100100 | 10111101 | 11011 | 1010001 | 0 | 11010 | 100011000 | 1000100 | 101100 |
Color Harmonies of #8A24BD
Complementary color
Monochromatic Colors of #8A24BD
Black with #8A24BD
Text Example
Text Example
White with #8A24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A24BD; }
p { color: rgb(138,36,189); }
H1.HeaderClassName
{
color: #8A24BD;
}
.AnyTagClassName
{
color: #8A24BD;
}
</style>
background-color css
<style>
a { background-color: #8A24BD; }
a { background-color: rgb(138,36,189); }
div.DivClassName
{
background-color: #8A24BD;
}
.BgClassName
{
background-color: #8A24BD;
}
</style>
border-color css
<style>
span { border-color: #8A24BD; }
span { border-color: rgb(138,36,189); }
td.TdClassName
{
border-color: #8A24BD;
}
.TagClassName
{
border-color: #8A24BD;
}
</style>