Shades of Dark Orchid #8A1ABC
Tints of Dark Orchid #8A1ABC
RGB
CMYK
RGB Variations
Color information
#8A1ABC (or 0x8A1ABC) is known color: Dark Orchid. HEX triplet: 8A, 1A and BC. RGB value is (138,26,188). Sum of RGB (Red+Green+Blue) = 138+26+188=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ABC is #75E543. Grayscale: #4D4D4D. Windows color (decimal): -7726404 or 12327562. OLE color: 12327562.
HSL color Cylindrical-coordinate representation of color #8A1ABC: hue angle of 281.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1ABC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 26 | 188 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.26 |
| HSL | 281.48º | 0.76% | 0.42% | - |
| HSV(B) | 281.48º | 0.86% | 0.74% | - |
| XYZ | 19.93 | 9.77 | 48.41 | - |
| YUV | 77.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 188 | 0.27 | 0.86 | 0 | 0.26 | 281.48 | 0.76 | 0.42 |
| Hex | 8A | 1A | BC | 1B | 56 | 0 | 1A | 119 | 4C | 2A |
| Octal | 212 | 32 | 274 | 33 | 126 | 0 | 32 | 431 | 114 | 52 |
| Binary | 10001010 | 11010 | 10111100 | 11011 | 1010110 | 0 | 11010 | 100011001 | 1001100 | 101010 |
Color Harmonies of #8A1ABC
Complementary color
Monochromatic Colors of #8A1ABC
Black with #8A1ABC
Text Example
Text Example
White with #8A1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1ABC; }
p { color: rgb(138,26,188); }
H1.HeaderClassName
{
color: #8A1ABC;
}
.AnyTagClassName
{
color: #8A1ABC;
}
</style>
background-color css
<style>
a { background-color: #8A1ABC; }
a { background-color: rgb(138,26,188); }
div.DivClassName
{
background-color: #8A1ABC;
}
.BgClassName
{
background-color: #8A1ABC;
}
</style>
border-color css
<style>
span { border-color: #8A1ABC; }
span { border-color: rgb(138,26,188); }
td.TdClassName
{
border-color: #8A1ABC;
}
.TagClassName
{
border-color: #8A1ABC;
}
</style>