Shades of Dark Orchid #8928BA
Tints of Dark Orchid #8928BA
RGB
CMYK
RGB Variations
Color information
#8928BA (or 0x8928BA) is known color: Dark Orchid. HEX triplet: 89, 28 and BA. RGB value is (137,40,186). Sum of RGB (Red+Green+Blue) = 137+40+186=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8928BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928BA is #76D745. Grayscale: #555555. Windows color (decimal): -7788358 or 12200073. OLE color: 12200073.
HSL color Cylindrical-coordinate representation of color #8928BA: hue angle of 279.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8928BA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 40 | 186 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.27 |
| HSL | 279.86º | 0.65% | 0.44% | - |
| HSV(B) | 279.86º | 0.78% | 0.73% | - |
| XYZ | 19.94 | 10.38 | 47.41 | - |
| YUV | 85.65 | 184.64 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 186 | 0.26 | 0.78 | 0 | 0.27 | 279.86 | 0.65 | 0.44 |
| Hex | 89 | 28 | BA | 1A | 4E | 0 | 1B | 118 | 41 | 2C |
| Octal | 211 | 50 | 272 | 32 | 116 | 0 | 33 | 430 | 101 | 54 |
| Binary | 10001001 | 101000 | 10111010 | 11010 | 1001110 | 0 | 11011 | 100011000 | 1000001 | 101100 |
Color Harmonies of #8928BA
Complementary color
Monochromatic Colors of #8928BA
Black with #8928BA
Text Example
Text Example
White with #8928BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928BA; }
p { color: rgb(137,40,186); }
H1.HeaderClassName
{
color: #8928BA;
}
.AnyTagClassName
{
color: #8928BA;
}
</style>
background-color css
<style>
a { background-color: #8928BA; }
a { background-color: rgb(137,40,186); }
div.DivClassName
{
background-color: #8928BA;
}
.BgClassName
{
background-color: #8928BA;
}
</style>
border-color css
<style>
span { border-color: #8928BA; }
span { border-color: rgb(137,40,186); }
td.TdClassName
{
border-color: #8928BA;
}
.TagClassName
{
border-color: #8928BA;
}
</style>