Shades of Dark Orchid #8A23B3
Tints of Dark Orchid #8A23B3
RGB
CMYK
RGB Variations
Color information
#8A23B3 (or 0x8A23B3) is known color: Dark Orchid. HEX triplet: 8A, 23 and B3. RGB value is (138,35,179). Sum of RGB (Red+Green+Blue) = 138+35+179=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A23B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A23B3 is #75DC4C. Grayscale: #515151. Windows color (decimal): -7724109 or 11740042. OLE color: 11740042.
HSL color Cylindrical-coordinate representation of color #8A23B3: hue angle of 282.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A23B3 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 35 | 179 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.30 |
| HSL | 282.92º | 0.67% | 0.42% | - |
| HSV(B) | 282.92º | 0.8% | 0.7% | - |
| XYZ | 19.22 | 9.86 | 43.54 | - |
| YUV | 82.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 179 | 0.23 | 0.80 | 0 | 0.30 | 282.92 | 0.67 | 0.42 |
| Hex | 8A | 23 | B3 | 17 | 50 | 0 | 1E | 11B | 43 | 2A |
| Octal | 212 | 43 | 263 | 27 | 120 | 0 | 36 | 433 | 103 | 52 |
| Binary | 10001010 | 100011 | 10110011 | 10111 | 1010000 | 0 | 11110 | 100011011 | 1000011 | 101010 |
Color Harmonies of #8A23B3
Complementary color
Monochromatic Colors of #8A23B3
Black with #8A23B3
Text Example
Text Example
White with #8A23B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23B3; }
p { color: rgb(138,35,179); }
H1.HeaderClassName
{
color: #8A23B3;
}
.AnyTagClassName
{
color: #8A23B3;
}
</style>
background-color css
<style>
a { background-color: #8A23B3; }
a { background-color: rgb(138,35,179); }
div.DivClassName
{
background-color: #8A23B3;
}
.BgClassName
{
background-color: #8A23B3;
}
</style>
border-color css
<style>
span { border-color: #8A23B3; }
span { border-color: rgb(138,35,179); }
td.TdClassName
{
border-color: #8A23B3;
}
.TagClassName
{
border-color: #8A23B3;
}
</style>