Shades of Dark Orchid #8C27CB
Tints of Dark Orchid #8C27CB
RGB
CMYK
RGB Variations
Color information
#8C27CB (or 0x8C27CB) is known color: Dark Orchid. HEX triplet: 8C, 27 and CB. RGB value is (140,39,203). Sum of RGB (Red+Green+Blue) = 140+39+203=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C27CB is #73D834. Grayscale: #575757. Windows color (decimal): -7591989 or 13313932. OLE color: 13313932.
HSL color Cylindrical-coordinate representation of color #8C27CB: hue angle of 276.95º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C27CB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 39 | 203 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.20 |
| HSL | 276.95º | 0.68% | 0.47% | - |
| HSV(B) | 276.95º | 0.81% | 0.8% | - |
| XYZ | 22.32 | 11.34 | 57.51 | - |
| YUV | 87.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 203 | 0.31 | 0.81 | 0 | 0.20 | 276.95 | 0.68 | 0.47 |
| Hex | 8C | 27 | CB | 1F | 51 | 0 | 14 | 115 | 44 | 2F |
| Octal | 214 | 47 | 313 | 37 | 121 | 0 | 24 | 425 | 104 | 57 |
| Binary | 10001100 | 100111 | 11001011 | 11111 | 1010001 | 0 | 10100 | 100010101 | 1000100 | 101111 |
Color Harmonies of #8C27CB
Complementary color
Monochromatic Colors of #8C27CB
Black with #8C27CB
Text Example
Text Example
White with #8C27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27CB; }
p { color: rgb(140,39,203); }
H1.HeaderClassName
{
color: #8C27CB;
}
.AnyTagClassName
{
color: #8C27CB;
}
</style>
background-color css
<style>
a { background-color: #8C27CB; }
a { background-color: rgb(140,39,203); }
div.DivClassName
{
background-color: #8C27CB;
}
.BgClassName
{
background-color: #8C27CB;
}
</style>
border-color css
<style>
span { border-color: #8C27CB; }
span { border-color: rgb(140,39,203); }
td.TdClassName
{
border-color: #8C27CB;
}
.TagClassName
{
border-color: #8C27CB;
}
</style>