Shades of Dark Orchid #8C2FBB
Tints of Dark Orchid #8C2FBB
RGB
CMYK
RGB Variations
Color information
#8C2FBB (or 0x8C2FBB) is known color: Dark Orchid. HEX triplet: 8C, 2F and BB. RGB value is (140,47,187). Sum of RGB (Red+Green+Blue) = 140+47+187=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FBB is #73D044. Grayscale: #5A5A5A. Windows color (decimal): -7589957 or 12267404. OLE color: 12267404.
HSL color Cylindrical-coordinate representation of color #8C2FBB: hue angle of 279.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2FBB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 47 | 187 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.27 |
| HSL | 279.86º | 0.6% | 0.46% | - |
| HSV(B) | 279.86º | 0.75% | 0.73% | - |
| XYZ | 20.8 | 11.2 | 48.08 | - |
| YUV | 90.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 187 | 0.25 | 0.75 | 0 | 0.27 | 279.86 | 0.6 | 0.46 |
| Hex | 8C | 2F | BB | 19 | 4B | 0 | 1B | 118 | 3C | 2E |
| Octal | 214 | 57 | 273 | 31 | 113 | 0 | 33 | 430 | 74 | 56 |
| Binary | 10001100 | 101111 | 10111011 | 11001 | 1001011 | 0 | 11011 | 100011000 | 111100 | 101110 |
Color Harmonies of #8C2FBB
Complementary color
Monochromatic Colors of #8C2FBB
Black with #8C2FBB
Text Example
Text Example
White with #8C2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FBB; }
p { color: rgb(140,47,187); }
H1.HeaderClassName
{
color: #8C2FBB;
}
.AnyTagClassName
{
color: #8C2FBB;
}
</style>
background-color css
<style>
a { background-color: #8C2FBB; }
a { background-color: rgb(140,47,187); }
div.DivClassName
{
background-color: #8C2FBB;
}
.BgClassName
{
background-color: #8C2FBB;
}
</style>
border-color css
<style>
span { border-color: #8C2FBB; }
span { border-color: rgb(140,47,187); }
td.TdClassName
{
border-color: #8C2FBB;
}
.TagClassName
{
border-color: #8C2FBB;
}
</style>