Shades of Dark Orchid #8A1CBC
Tints of Dark Orchid #8A1CBC
RGB
CMYK
RGB Variations
Color information
#8A1CBC (or 0x8A1CBC) is known color: Dark Orchid. HEX triplet: 8A, 1C and BC. RGB value is (138,28,188). Sum of RGB (Red+Green+Blue) = 138+28+188=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CBC is #75E343. Grayscale: #4E4E4E. Windows color (decimal): -7725892 or 12328074. OLE color: 12328074.
HSL color Cylindrical-coordinate representation of color #8A1CBC: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1CBC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 28 | 188 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.26 |
| HSL | 281.25º | 0.74% | 0.42% | - |
| HSV(B) | 281.25º | 0.85% | 0.74% | - |
| XYZ | 19.97 | 9.86 | 48.43 | - |
| YUV | 79.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 188 | 0.27 | 0.85 | 0 | 0.26 | 281.25 | 0.74 | 0.42 |
| Hex | 8A | 1C | BC | 1B | 55 | 0 | 1A | 119 | 4A | 2A |
| Octal | 212 | 34 | 274 | 33 | 125 | 0 | 32 | 431 | 112 | 52 |
| Binary | 10001010 | 11100 | 10111100 | 11011 | 1010101 | 0 | 11010 | 100011001 | 1001010 | 101010 |
Color Harmonies of #8A1CBC
Complementary color
Monochromatic Colors of #8A1CBC
Black with #8A1CBC
Text Example
Text Example
White with #8A1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CBC; }
p { color: rgb(138,28,188); }
H1.HeaderClassName
{
color: #8A1CBC;
}
.AnyTagClassName
{
color: #8A1CBC;
}
</style>
background-color css
<style>
a { background-color: #8A1CBC; }
a { background-color: rgb(138,28,188); }
div.DivClassName
{
background-color: #8A1CBC;
}
.BgClassName
{
background-color: #8A1CBC;
}
</style>
border-color css
<style>
span { border-color: #8A1CBC; }
span { border-color: rgb(138,28,188); }
td.TdClassName
{
border-color: #8A1CBC;
}
.TagClassName
{
border-color: #8A1CBC;
}
</style>