Shades of Dark Orchid #8A36B4
Tints of Dark Orchid #8A36B4
RGB
CMYK
RGB Variations
Color information
#8A36B4 (or 0x8A36B4) is known color: Dark Orchid. HEX triplet: 8A, 36 and B4. RGB value is (138,54,180). Sum of RGB (Red+Green+Blue) = 138+54+180=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A36B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A36B4 is #75C94B. Grayscale: #5D5D5D. Windows color (decimal): -7719244 or 11810442. OLE color: 11810442.
HSL color Cylindrical-coordinate representation of color #8A36B4: hue angle of 280º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A36B4 is Cyan = 0.23, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 54 | 180 | - |
| CMYK | 0.23 | 0.7 | 0 | 0.29 |
| HSL | 280º | 0.54% | 0.46% | - |
| HSV(B) | 280º | 0.7% | 0.71% | - |
| XYZ | 20.04 | 11.34 | 44.31 | - |
| YUV | 93.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 180 | 0.23 | 0.7 | 0 | 0.29 | 280 | 0.54 | 0.46 |
| Hex | 8A | 36 | B4 | 17 | 46 | 0 | 1D | 118 | 36 | 2E |
| Octal | 212 | 66 | 264 | 27 | 106 | 0 | 35 | 430 | 66 | 56 |
| Binary | 10001010 | 110110 | 10110100 | 10111 | 1000110 | 0 | 11101 | 100011000 | 110110 | 101110 |
Color Harmonies of #8A36B4
Complementary color
Monochromatic Colors of #8A36B4
Black with #8A36B4
Text Example
Text Example
White with #8A36B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A36B4; }
p { color: rgb(138,54,180); }
H1.HeaderClassName
{
color: #8A36B4;
}
.AnyTagClassName
{
color: #8A36B4;
}
</style>
background-color css
<style>
a { background-color: #8A36B4; }
a { background-color: rgb(138,54,180); }
div.DivClassName
{
background-color: #8A36B4;
}
.BgClassName
{
background-color: #8A36B4;
}
</style>
border-color css
<style>
span { border-color: #8A36B4; }
span { border-color: rgb(138,54,180); }
td.TdClassName
{
border-color: #8A36B4;
}
.TagClassName
{
border-color: #8A36B4;
}
</style>