Shades of Dark Orchid #8B27B1
Tints of Dark Orchid #8B27B1
RGB
CMYK
RGB Variations
Color information
#8B27B1 (or 0x8B27B1) is known color: Dark Orchid. HEX triplet: 8B, 27 and B1. RGB value is (139,39,177). Sum of RGB (Red+Green+Blue) = 139+39+177=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B27B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B27B1 is #74D84E. Grayscale: #545454. Windows color (decimal): -7657551 or 11609995. OLE color: 11609995.
HSL color Cylindrical-coordinate representation of color #8B27B1: hue angle of 283.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B27B1 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 39 | 177 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.31 |
| HSL | 283.48º | 0.64% | 0.42% | - |
| HSV(B) | 283.48º | 0.78% | 0.69% | - |
| XYZ | 19.31 | 10.11 | 42.53 | - |
| YUV | 84.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 177 | 0.21 | 0.78 | 0 | 0.31 | 283.48 | 0.64 | 0.42 |
| Hex | 8B | 27 | B1 | 15 | 4E | 0 | 1F | 11B | 40 | 2A |
| Octal | 213 | 47 | 261 | 25 | 116 | 0 | 37 | 433 | 100 | 52 |
| Binary | 10001011 | 100111 | 10110001 | 10101 | 1001110 | 0 | 11111 | 100011011 | 1000000 | 101010 |
Color Harmonies of #8B27B1
Complementary color
Monochromatic Colors of #8B27B1
Black with #8B27B1
Text Example
Text Example
White with #8B27B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B27B1; }
p { color: rgb(139,39,177); }
H1.HeaderClassName
{
color: #8B27B1;
}
.AnyTagClassName
{
color: #8B27B1;
}
</style>
background-color css
<style>
a { background-color: #8B27B1; }
a { background-color: rgb(139,39,177); }
div.DivClassName
{
background-color: #8B27B1;
}
.BgClassName
{
background-color: #8B27B1;
}
</style>
border-color css
<style>
span { border-color: #8B27B1; }
span { border-color: rgb(139,39,177); }
td.TdClassName
{
border-color: #8B27B1;
}
.TagClassName
{
border-color: #8B27B1;
}
</style>