Shades of Dark Orchid #8928BC
Tints of Dark Orchid #8928BC
RGB
CMYK
RGB Variations
Color information
#8928BC (or 0x8928BC) is known color: Dark Orchid. HEX triplet: 89, 28 and BC. RGB value is (137,40,188). Sum of RGB (Red+Green+Blue) = 137+40+188=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #8928BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928BC is #76D743. Grayscale: #555555. Windows color (decimal): -7788356 or 12331145. OLE color: 12331145.
HSL color Cylindrical-coordinate representation of color #8928BC: hue angle of 279.32º 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 #8928BC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 40 | 188 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.26 |
| HSL | 279.32º | 0.65% | 0.45% | - |
| HSV(B) | 279.32º | 0.79% | 0.74% | - |
| XYZ | 20.15 | 10.47 | 48.54 | - |
| YUV | 85.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 188 | 0.27 | 0.79 | 0 | 0.26 | 279.32 | 0.65 | 0.45 |
| Hex | 89 | 28 | BC | 1B | 4F | 0 | 1A | 117 | 41 | 2D |
| Octal | 211 | 50 | 274 | 33 | 117 | 0 | 32 | 427 | 101 | 55 |
| Binary | 10001001 | 101000 | 10111100 | 11011 | 1001111 | 0 | 11010 | 100010111 | 1000001 | 101101 |
Color Harmonies of #8928BC
Complementary color
Monochromatic Colors of #8928BC
Black with #8928BC
Text Example
Text Example
White with #8928BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928BC; }
p { color: rgb(137,40,188); }
H1.HeaderClassName
{
color: #8928BC;
}
.AnyTagClassName
{
color: #8928BC;
}
</style>
background-color css
<style>
a { background-color: #8928BC; }
a { background-color: rgb(137,40,188); }
div.DivClassName
{
background-color: #8928BC;
}
.BgClassName
{
background-color: #8928BC;
}
</style>
border-color css
<style>
span { border-color: #8928BC; }
span { border-color: rgb(137,40,188); }
td.TdClassName
{
border-color: #8928BC;
}
.TagClassName
{
border-color: #8928BC;
}
</style>