Shades of Dark Orchid #8C1ACB
Tints of Dark Orchid #8C1ACB
RGB
CMYK
RGB Variations
Color information
#8C1ACB (or 0x8C1ACB) is known color: Dark Orchid. HEX triplet: 8C, 1A and CB. RGB value is (140,26,203). Sum of RGB (Red+Green+Blue) = 140+26+203=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1ACB is #73E534. Grayscale: #4F4F4F. Windows color (decimal): -7595317 or 13310604. OLE color: 13310604.
HSL color Cylindrical-coordinate representation of color #8C1ACB: hue angle of 278.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1ACB is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 26 | 203 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.20 |
| HSL | 278.64º | 0.77% | 0.45% | - |
| HSV(B) | 278.64º | 0.87% | 0.8% | - |
| XYZ | 21.96 | 10.63 | 57.39 | - |
| YUV | 80.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 203 | 0.31 | 0.87 | 0 | 0.20 | 278.64 | 0.77 | 0.45 |
| Hex | 8C | 1A | CB | 1F | 57 | 0 | 14 | 117 | 4D | 2D |
| Octal | 214 | 32 | 313 | 37 | 127 | 0 | 24 | 427 | 115 | 55 |
| Binary | 10001100 | 11010 | 11001011 | 11111 | 1010111 | 0 | 10100 | 100010111 | 1001101 | 101101 |
Color Harmonies of #8C1ACB
Complementary color
Monochromatic Colors of #8C1ACB
Black with #8C1ACB
Text Example
Text Example
White with #8C1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1ACB; }
p { color: rgb(140,26,203); }
H1.HeaderClassName
{
color: #8C1ACB;
}
.AnyTagClassName
{
color: #8C1ACB;
}
</style>
background-color css
<style>
a { background-color: #8C1ACB; }
a { background-color: rgb(140,26,203); }
div.DivClassName
{
background-color: #8C1ACB;
}
.BgClassName
{
background-color: #8C1ACB;
}
</style>
border-color css
<style>
span { border-color: #8C1ACB; }
span { border-color: rgb(140,26,203); }
td.TdClassName
{
border-color: #8C1ACB;
}
.TagClassName
{
border-color: #8C1ACB;
}
</style>