Shades of Dark Orchid #8B27CB
Tints of Dark Orchid #8B27CB
RGB
CMYK
RGB Variations
Color information
#8B27CB (or 0x8B27CB) is known color: Dark Orchid. HEX triplet: 8B, 27 and CB. RGB value is (139,39,203). Sum of RGB (Red+Green+Blue) = 139+39+203=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B27CB is #74D834. Grayscale: #575757. Windows color (decimal): -7657525 or 13313931. OLE color: 13313931.
HSL color Cylindrical-coordinate representation of color #8B27CB: hue angle of 276.59º 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 #8B27CB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 39 | 203 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.20 |
| HSL | 276.59º | 0.68% | 0.47% | - |
| HSV(B) | 276.59º | 0.81% | 0.8% | - |
| XYZ | 22.15 | 11.25 | 57.5 | - |
| YUV | 87.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 203 | 0.32 | 0.81 | 0 | 0.20 | 276.59 | 0.68 | 0.47 |
| Hex | 8B | 27 | CB | 20 | 51 | 0 | 14 | 115 | 44 | 2F |
| Octal | 213 | 47 | 313 | 40 | 121 | 0 | 24 | 425 | 104 | 57 |
| Binary | 10001011 | 100111 | 11001011 | 100000 | 1010001 | 0 | 10100 | 100010101 | 1000100 | 101111 |
Color Harmonies of #8B27CB
Complementary color
Monochromatic Colors of #8B27CB
Black with #8B27CB
Text Example
Text Example
White with #8B27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B27CB; }
p { color: rgb(139,39,203); }
H1.HeaderClassName
{
color: #8B27CB;
}
.AnyTagClassName
{
color: #8B27CB;
}
</style>
background-color css
<style>
a { background-color: #8B27CB; }
a { background-color: rgb(139,39,203); }
div.DivClassName
{
background-color: #8B27CB;
}
.BgClassName
{
background-color: #8B27CB;
}
</style>
border-color css
<style>
span { border-color: #8B27CB; }
span { border-color: rgb(139,39,203); }
td.TdClassName
{
border-color: #8B27CB;
}
.TagClassName
{
border-color: #8B27CB;
}
</style>