Shades of Dark Orchid #8B21CE
Tints of Dark Orchid #8B21CE
RGB
CMYK
RGB Variations
Color information
#8B21CE (or 0x8B21CE) is known color: Dark Orchid. HEX triplet: 8B, 21 and CE. RGB value is (139,33,206). Sum of RGB (Red+Green+Blue) = 139+33+206=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B21CE is #74DE31. Grayscale: #535353. Windows color (decimal): -7659058 or 13509003. OLE color: 13509003.
HSL color Cylindrical-coordinate representation of color #8B21CE: hue angle of 276.76º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B21CE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 33 | 206 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.19 |
| HSL | 276.76º | 0.72% | 0.47% | - |
| HSV(B) | 276.76º | 0.84% | 0.81% | - |
| XYZ | 22.33 | 11.03 | 59.35 | - |
| YUV | 84.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 206 | 0.33 | 0.84 | 0 | 0.19 | 276.76 | 0.72 | 0.47 |
| Hex | 8B | 21 | CE | 21 | 54 | 0 | 13 | 115 | 48 | 2F |
| Octal | 213 | 41 | 316 | 41 | 124 | 0 | 23 | 425 | 110 | 57 |
| Binary | 10001011 | 100001 | 11001110 | 100001 | 1010100 | 0 | 10011 | 100010101 | 1001000 | 101111 |
Color Harmonies of #8B21CE
Complementary color
Monochromatic Colors of #8B21CE
Black with #8B21CE
Text Example
Text Example
White with #8B21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B21CE; }
p { color: rgb(139,33,206); }
H1.HeaderClassName
{
color: #8B21CE;
}
.AnyTagClassName
{
color: #8B21CE;
}
</style>
background-color css
<style>
a { background-color: #8B21CE; }
a { background-color: rgb(139,33,206); }
div.DivClassName
{
background-color: #8B21CE;
}
.BgClassName
{
background-color: #8B21CE;
}
</style>
border-color css
<style>
span { border-color: #8B21CE; }
span { border-color: rgb(139,33,206); }
td.TdClassName
{
border-color: #8B21CE;
}
.TagClassName
{
border-color: #8B21CE;
}
</style>