Shades of Dark Orchid #8A2FBC
Tints of Dark Orchid #8A2FBC
RGB
CMYK
RGB Variations
Color information
#8A2FBC (or 0x8A2FBC) is known color: Dark Orchid. HEX triplet: 8A, 2F and BC. RGB value is (138,47,188). Sum of RGB (Red+Green+Blue) = 138+47+188=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FBC is #75D043. Grayscale: #595959. Windows color (decimal): -7721028 or 12332938. OLE color: 12332938.
HSL color Cylindrical-coordinate representation of color #8A2FBC: hue angle of 278.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2FBC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 47 | 188 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.26 |
| HSL | 278.72º | 0.6% | 0.46% | - |
| HSV(B) | 278.72º | 0.75% | 0.74% | - |
| XYZ | 20.57 | 11.07 | 48.63 | - |
| YUV | 90.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 188 | 0.27 | 0.75 | 0 | 0.26 | 278.72 | 0.6 | 0.46 |
| Hex | 8A | 2F | BC | 1B | 4B | 0 | 1A | 117 | 3C | 2E |
| Octal | 212 | 57 | 274 | 33 | 113 | 0 | 32 | 427 | 74 | 56 |
| Binary | 10001010 | 101111 | 10111100 | 11011 | 1001011 | 0 | 11010 | 100010111 | 111100 | 101110 |
Color Harmonies of #8A2FBC
Complementary color
Monochromatic Colors of #8A2FBC
Black with #8A2FBC
Text Example
Text Example
White with #8A2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FBC; }
p { color: rgb(138,47,188); }
H1.HeaderClassName
{
color: #8A2FBC;
}
.AnyTagClassName
{
color: #8A2FBC;
}
</style>
background-color css
<style>
a { background-color: #8A2FBC; }
a { background-color: rgb(138,47,188); }
div.DivClassName
{
background-color: #8A2FBC;
}
.BgClassName
{
background-color: #8A2FBC;
}
</style>
border-color css
<style>
span { border-color: #8A2FBC; }
span { border-color: rgb(138,47,188); }
td.TdClassName
{
border-color: #8A2FBC;
}
.TagClassName
{
border-color: #8A2FBC;
}
</style>