Shades of Dark Orchid #8828BC
Tints of Dark Orchid #8828BC
RGB
CMYK
RGB Variations
Color information
#8828BC (or 0x8828BC) is known color: Dark Orchid. HEX triplet: 88, 28 and BC. RGB value is (136,40,188). Sum of RGB (Red+Green+Blue) = 136+40+188=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #8828BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828BC is #77D743. Grayscale: #555555. Windows color (decimal): -7853892 or 12331144. OLE color: 12331144.
HSL color Cylindrical-coordinate representation of color #8828BC: hue angle of 278.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8828BC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 40 | 188 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.26 |
| HSL | 278.92º | 0.65% | 0.45% | - |
| HSV(B) | 278.92º | 0.79% | 0.74% | - |
| XYZ | 19.99 | 10.38 | 48.53 | - |
| YUV | 85.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 188 | 0.28 | 0.79 | 0 | 0.26 | 278.92 | 0.65 | 0.45 |
| Hex | 88 | 28 | BC | 1C | 4F | 0 | 1A | 117 | 41 | 2D |
| Octal | 210 | 50 | 274 | 34 | 117 | 0 | 32 | 427 | 101 | 55 |
| Binary | 10001000 | 101000 | 10111100 | 11100 | 1001111 | 0 | 11010 | 100010111 | 1000001 | 101101 |
Color Harmonies of #8828BC
Complementary color
Monochromatic Colors of #8828BC
Black with #8828BC
Text Example
Text Example
White with #8828BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828BC; }
p { color: rgb(136,40,188); }
H1.HeaderClassName
{
color: #8828BC;
}
.AnyTagClassName
{
color: #8828BC;
}
</style>
background-color css
<style>
a { background-color: #8828BC; }
a { background-color: rgb(136,40,188); }
div.DivClassName
{
background-color: #8828BC;
}
.BgClassName
{
background-color: #8828BC;
}
</style>
border-color css
<style>
span { border-color: #8828BC; }
span { border-color: rgb(136,40,188); }
td.TdClassName
{
border-color: #8828BC;
}
.TagClassName
{
border-color: #8828BC;
}
</style>