Shades of Dark Orchid #8B1DCE
Tints of Dark Orchid #8B1DCE
RGB
CMYK
RGB Variations
Color information
#8B1DCE (or 0x8B1DCE) is known color: Dark Orchid. HEX triplet: 8B, 1D and CE. RGB value is (139,29,206). Sum of RGB (Red+Green+Blue) = 139+29+206=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1DCE is #74E231. Grayscale: #515151. Windows color (decimal): -7660082 or 13507979. OLE color: 13507979.
HSL color Cylindrical-coordinate representation of color #8B1DCE: hue angle of 277.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1DCE is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 29 | 206 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.19 |
| HSL | 277.29º | 0.75% | 0.46% | - |
| HSV(B) | 277.29º | 0.86% | 0.81% | - |
| XYZ | 22.23 | 10.82 | 59.31 | - |
| YUV | 82.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 206 | 0.33 | 0.86 | 0 | 0.19 | 277.29 | 0.75 | 0.46 |
| Hex | 8B | 1D | CE | 21 | 56 | 0 | 13 | 115 | 4B | 2E |
| Octal | 213 | 35 | 316 | 41 | 126 | 0 | 23 | 425 | 113 | 56 |
| Binary | 10001011 | 11101 | 11001110 | 100001 | 1010110 | 0 | 10011 | 100010101 | 1001011 | 101110 |
Color Harmonies of #8B1DCE
Complementary color
Monochromatic Colors of #8B1DCE
Black with #8B1DCE
Text Example
Text Example
White with #8B1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1DCE; }
p { color: rgb(139,29,206); }
H1.HeaderClassName
{
color: #8B1DCE;
}
.AnyTagClassName
{
color: #8B1DCE;
}
</style>
background-color css
<style>
a { background-color: #8B1DCE; }
a { background-color: rgb(139,29,206); }
div.DivClassName
{
background-color: #8B1DCE;
}
.BgClassName
{
background-color: #8B1DCE;
}
</style>
border-color css
<style>
span { border-color: #8B1DCE; }
span { border-color: rgb(139,29,206); }
td.TdClassName
{
border-color: #8B1DCE;
}
.TagClassName
{
border-color: #8B1DCE;
}
</style>