Shades of Dark Orchid #8839BC
Tints of Dark Orchid #8839BC
RGB
CMYK
RGB Variations
Color information
#8839BC (or 0x8839BC) is known color: Dark Orchid. HEX triplet: 88, 39 and BC. RGB value is (136,57,188). Sum of RGB (Red+Green+Blue) = 136+57+188=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8839BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839BC is #77C643. Grayscale: #5F5F5F. Windows color (decimal): -7849540 or 12335496. OLE color: 12335496.
HSL color Cylindrical-coordinate representation of color #8839BC: hue angle of 276.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8839BC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 57 | 188 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.26 |
| HSL | 276.18º | 0.53% | 0.48% | - |
| HSV(B) | 276.18º | 0.7% | 0.74% | - |
| XYZ | 20.69 | 11.79 | 48.76 | - |
| YUV | 95.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 188 | 0.28 | 0.70 | 0 | 0.26 | 276.18 | 0.53 | 0.48 |
| Hex | 88 | 39 | BC | 1C | 46 | 0 | 1A | 114 | 35 | 30 |
| Octal | 210 | 71 | 274 | 34 | 106 | 0 | 32 | 424 | 65 | 60 |
| Binary | 10001000 | 111001 | 10111100 | 11100 | 1000110 | 0 | 11010 | 100010100 | 110101 | 110000 |
Color Harmonies of #8839BC
Complementary color
Monochromatic Colors of #8839BC
Black with #8839BC
Text Example
Text Example
White with #8839BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8839BC; }
p { color: rgb(136,57,188); }
H1.HeaderClassName
{
color: #8839BC;
}
.AnyTagClassName
{
color: #8839BC;
}
</style>
background-color css
<style>
a { background-color: #8839BC; }
a { background-color: rgb(136,57,188); }
div.DivClassName
{
background-color: #8839BC;
}
.BgClassName
{
background-color: #8839BC;
}
</style>
border-color css
<style>
span { border-color: #8839BC; }
span { border-color: rgb(136,57,188); }
td.TdClassName
{
border-color: #8839BC;
}
.TagClassName
{
border-color: #8839BC;
}
</style>