Shades of Dark Orchid #8A23AE
Tints of Dark Orchid #8A23AE
RGB
CMYK
RGB Variations
Color information
#8A23AE (or 0x8A23AE) is known color: Dark Orchid. HEX triplet: 8A, 23 and AE. RGB value is (138,35,174). Sum of RGB (Red+Green+Blue) = 138+35+174=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A23AE is #75DC51. Grayscale: #515151. Windows color (decimal): -7724114 or 11412362. OLE color: 11412362.
HSL color Cylindrical-coordinate representation of color #8A23AE: hue angle of 284.46º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A23AE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 35 | 174 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.32 |
| HSL | 284.46º | 0.67% | 0.41% | - |
| HSV(B) | 284.46º | 0.8% | 0.68% | - |
| XYZ | 18.72 | 9.66 | 40.92 | - |
| YUV | 81.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 174 | 0.21 | 0.80 | 0 | 0.32 | 284.46 | 0.67 | 0.41 |
| Hex | 8A | 23 | AE | 15 | 50 | 0 | 20 | 11C | 43 | 29 |
| Octal | 212 | 43 | 256 | 25 | 120 | 0 | 40 | 434 | 103 | 51 |
| Binary | 10001010 | 100011 | 10101110 | 10101 | 1010000 | 0 | 100000 | 100011100 | 1000011 | 101001 |
Color Harmonies of #8A23AE
Complementary color
Monochromatic Colors of #8A23AE
Black with #8A23AE
Text Example
Text Example
White with #8A23AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23AE; }
p { color: rgb(138,35,174); }
H1.HeaderClassName
{
color: #8A23AE;
}
.AnyTagClassName
{
color: #8A23AE;
}
</style>
background-color css
<style>
a { background-color: #8A23AE; }
a { background-color: rgb(138,35,174); }
div.DivClassName
{
background-color: #8A23AE;
}
.BgClassName
{
background-color: #8A23AE;
}
</style>
border-color css
<style>
span { border-color: #8A23AE; }
span { border-color: rgb(138,35,174); }
td.TdClassName
{
border-color: #8A23AE;
}
.TagClassName
{
border-color: #8A23AE;
}
</style>