Shades of Dark Orchid #8A36AF
Tints of Dark Orchid #8A36AF
RGB
CMYK
RGB Variations
Color information
#8A36AF (or 0x8A36AF) is known color: Dark Orchid. HEX triplet: 8A, 36 and AF. RGB value is (138,54,175). Sum of RGB (Red+Green+Blue) = 138+54+175=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A36AF is #75C950. Grayscale: #5C5C5C. Windows color (decimal): -7719249 or 11482762. OLE color: 11482762.
HSL color Cylindrical-coordinate representation of color #8A36AF: hue angle of 281.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A36AF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 54 | 175 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.31 |
| HSL | 281.65º | 0.53% | 0.45% | - |
| HSV(B) | 281.65º | 0.69% | 0.69% | - |
| XYZ | 19.54 | 11.14 | 41.68 | - |
| YUV | 92.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 175 | 0.21 | 0.69 | 0 | 0.31 | 281.65 | 0.53 | 0.45 |
| Hex | 8A | 36 | AF | 15 | 45 | 0 | 1F | 11A | 35 | 2D |
| Octal | 212 | 66 | 257 | 25 | 105 | 0 | 37 | 432 | 65 | 55 |
| Binary | 10001010 | 110110 | 10101111 | 10101 | 1000101 | 0 | 11111 | 100011010 | 110101 | 101101 |
Color Harmonies of #8A36AF
Complementary color
Monochromatic Colors of #8A36AF
Black with #8A36AF
Text Example
Text Example
White with #8A36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A36AF; }
p { color: rgb(138,54,175); }
H1.HeaderClassName
{
color: #8A36AF;
}
.AnyTagClassName
{
color: #8A36AF;
}
</style>
background-color css
<style>
a { background-color: #8A36AF; }
a { background-color: rgb(138,54,175); }
div.DivClassName
{
background-color: #8A36AF;
}
.BgClassName
{
background-color: #8A36AF;
}
</style>
border-color css
<style>
span { border-color: #8A36AF; }
span { border-color: rgb(138,54,175); }
td.TdClassName
{
border-color: #8A36AF;
}
.TagClassName
{
border-color: #8A36AF;
}
</style>