Shades of Dark Orchid #8A23CA
Tints of Dark Orchid #8A23CA
RGB
CMYK
RGB Variations
Color information
#8A23CA (or 0x8A23CA) is known color: Dark Orchid. HEX triplet: 8A, 23 and CA. RGB value is (138,35,202). Sum of RGB (Red+Green+Blue) = 138+35+202=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A23CA is #75DC35. Grayscale: #545454. Windows color (decimal): -7724086 or 13247370. OLE color: 13247370.
HSL color Cylindrical-coordinate representation of color #8A23CA: hue angle of 277.01º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A23CA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 35 | 202 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.21 |
| HSL | 277.01º | 0.7% | 0.46% | - |
| HSV(B) | 277.01º | 0.83% | 0.79% | - |
| XYZ | 21.74 | 10.87 | 56.83 | - |
| YUV | 84.84 | 194.12 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 202 | 0.32 | 0.83 | 0 | 0.21 | 277.01 | 0.7 | 0.46 |
| Hex | 8A | 23 | CA | 20 | 53 | 0 | 15 | 115 | 46 | 2E |
| Octal | 212 | 43 | 312 | 40 | 123 | 0 | 25 | 425 | 106 | 56 |
| Binary | 10001010 | 100011 | 11001010 | 100000 | 1010011 | 0 | 10101 | 100010101 | 1000110 | 101110 |
Color Harmonies of #8A23CA
Complementary color
Monochromatic Colors of #8A23CA
Black with #8A23CA
Text Example
Text Example
White with #8A23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23CA; }
p { color: rgb(138,35,202); }
H1.HeaderClassName
{
color: #8A23CA;
}
.AnyTagClassName
{
color: #8A23CA;
}
</style>
background-color css
<style>
a { background-color: #8A23CA; }
a { background-color: rgb(138,35,202); }
div.DivClassName
{
background-color: #8A23CA;
}
.BgClassName
{
background-color: #8A23CA;
}
</style>
border-color css
<style>
span { border-color: #8A23CA; }
span { border-color: rgb(138,35,202); }
td.TdClassName
{
border-color: #8A23CA;
}
.TagClassName
{
border-color: #8A23CA;
}
</style>