Shades of Dark Orchid #8C2BB6
Tints of Dark Orchid #8C2BB6
RGB
CMYK
RGB Variations
Color information
#8C2BB6 (or 0x8C2BB6) is known color: Dark Orchid. HEX triplet: 8C, 2B and B6. RGB value is (140,43,182). Sum of RGB (Red+Green+Blue) = 140+43+182=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C2BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BB6 is #73D449. Grayscale: #575757. Windows color (decimal): -7590986 or 11938700. OLE color: 11938700.
HSL color Cylindrical-coordinate representation of color #8C2BB6: hue angle of 281.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2BB6 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 43 | 182 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.29 |
| HSL | 281.87º | 0.62% | 0.44% | - |
| HSV(B) | 281.87º | 0.76% | 0.71% | - |
| XYZ | 20.12 | 10.68 | 45.26 | - |
| YUV | 87.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 182 | 0.23 | 0.76 | 0 | 0.29 | 281.87 | 0.62 | 0.44 |
| Hex | 8C | 2B | B6 | 17 | 4C | 0 | 1D | 11A | 3E | 2C |
| Octal | 214 | 53 | 266 | 27 | 114 | 0 | 35 | 432 | 76 | 54 |
| Binary | 10001100 | 101011 | 10110110 | 10111 | 1001100 | 0 | 11101 | 100011010 | 111110 | 101100 |
Color Harmonies of #8C2BB6
Complementary color
Monochromatic Colors of #8C2BB6
Black with #8C2BB6
Text Example
Text Example
White with #8C2BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BB6; }
p { color: rgb(140,43,182); }
H1.HeaderClassName
{
color: #8C2BB6;
}
.AnyTagClassName
{
color: #8C2BB6;
}
</style>
background-color css
<style>
a { background-color: #8C2BB6; }
a { background-color: rgb(140,43,182); }
div.DivClassName
{
background-color: #8C2BB6;
}
.BgClassName
{
background-color: #8C2BB6;
}
</style>
border-color css
<style>
span { border-color: #8C2BB6; }
span { border-color: rgb(140,43,182); }
td.TdClassName
{
border-color: #8C2BB6;
}
.TagClassName
{
border-color: #8C2BB6;
}
</style>