Shades of Dark Orchid #8C1BAF
Tints of Dark Orchid #8C1BAF
RGB
CMYK
RGB Variations
Color information
#8C1BAF (or 0x8C1BAF) is known color: Dark Orchid. HEX triplet: 8C, 1B and AF. RGB value is (140,27,175). Sum of RGB (Red+Green+Blue) = 140+27+175=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C1BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1BAF is #73E450. Grayscale: #4D4D4D. Windows color (decimal): -7595089 or 11475852. OLE color: 11475852.
HSL color Cylindrical-coordinate representation of color #8C1BAF: hue angle of 285.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1BAF is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 27 | 175 | - |
| CMYK | 0.2 | 0.85 | 0 | 0.31 |
| HSL | 285.81º | 0.73% | 0.4% | - |
| HSV(B) | 285.81º | 0.85% | 0.69% | - |
| XYZ | 18.95 | 9.45 | 41.38 | - |
| YUV | 77.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 175 | 0.2 | 0.85 | 0 | 0.31 | 285.81 | 0.73 | 0.4 |
| Hex | 8C | 1B | AF | 14 | 55 | 0 | 1F | 11E | 49 | 28 |
| Octal | 214 | 33 | 257 | 24 | 125 | 0 | 37 | 436 | 111 | 50 |
| Binary | 10001100 | 11011 | 10101111 | 10100 | 1010101 | 0 | 11111 | 100011110 | 1001001 | 101000 |
Color Harmonies of #8C1BAF
Complementary color
Monochromatic Colors of #8C1BAF
Black with #8C1BAF
Text Example
Text Example
White with #8C1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1BAF; }
p { color: rgb(140,27,175); }
H1.HeaderClassName
{
color: #8C1BAF;
}
.AnyTagClassName
{
color: #8C1BAF;
}
</style>
background-color css
<style>
a { background-color: #8C1BAF; }
a { background-color: rgb(140,27,175); }
div.DivClassName
{
background-color: #8C1BAF;
}
.BgClassName
{
background-color: #8C1BAF;
}
</style>
border-color css
<style>
span { border-color: #8C1BAF; }
span { border-color: rgb(140,27,175); }
td.TdClassName
{
border-color: #8C1BAF;
}
.TagClassName
{
border-color: #8C1BAF;
}
</style>