Shades of Dark Orchid #8A23C1
Tints of Dark Orchid #8A23C1
RGB
CMYK
RGB Variations
Color information
#8A23C1 (or 0x8A23C1) is known color: Dark Orchid. HEX triplet: 8A, 23 and C1. RGB value is (138,35,193). Sum of RGB (Red+Green+Blue) = 138+35+193=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A23C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A23C1 is #75DC3E. Grayscale: #535353. Windows color (decimal): -7724095 or 12657546. OLE color: 12657546.
HSL color Cylindrical-coordinate representation of color #8A23C1: hue angle of 279.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A23C1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 35 | 193 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.24 |
| HSL | 279.11º | 0.69% | 0.45% | - |
| HSV(B) | 279.11º | 0.82% | 0.76% | - |
| XYZ | 20.71 | 10.46 | 51.38 | - |
| YUV | 83.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 193 | 0.28 | 0.82 | 0 | 0.24 | 279.11 | 0.69 | 0.45 |
| Hex | 8A | 23 | C1 | 1C | 52 | 0 | 18 | 117 | 45 | 2D |
| Octal | 212 | 43 | 301 | 34 | 122 | 0 | 30 | 427 | 105 | 55 |
| Binary | 10001010 | 100011 | 11000001 | 11100 | 1010010 | 0 | 11000 | 100010111 | 1000101 | 101101 |
Color Harmonies of #8A23C1
Complementary color
Monochromatic Colors of #8A23C1
Black with #8A23C1
Text Example
Text Example
White with #8A23C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23C1; }
p { color: rgb(138,35,193); }
H1.HeaderClassName
{
color: #8A23C1;
}
.AnyTagClassName
{
color: #8A23C1;
}
</style>
background-color css
<style>
a { background-color: #8A23C1; }
a { background-color: rgb(138,35,193); }
div.DivClassName
{
background-color: #8A23C1;
}
.BgClassName
{
background-color: #8A23C1;
}
</style>
border-color css
<style>
span { border-color: #8A23C1; }
span { border-color: rgb(138,35,193); }
td.TdClassName
{
border-color: #8A23C1;
}
.TagClassName
{
border-color: #8A23C1;
}
</style>