Shades of Dark Orchid #8930BA
Tints of Dark Orchid #8930BA
RGB
CMYK
RGB Variations
Color information
#8930BA (or 0x8930BA) is known color: Dark Orchid. HEX triplet: 89, 30 and BA. RGB value is (137,48,186). Sum of RGB (Red+Green+Blue) = 137+48+186=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8930BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8930BA is #76CF45. Grayscale: #595959. Windows color (decimal): -7786310 or 12202121. OLE color: 12202121.
HSL color Cylindrical-coordinate representation of color #8930BA: hue angle of 278.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8930BA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 48 | 186 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.27 |
| HSL | 278.7º | 0.59% | 0.46% | - |
| HSV(B) | 278.7º | 0.74% | 0.73% | - |
| XYZ | 20.24 | 10.98 | 47.51 | - |
| YUV | 90.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 186 | 0.26 | 0.74 | 0 | 0.27 | 278.7 | 0.59 | 0.46 |
| Hex | 89 | 30 | BA | 1A | 4A | 0 | 1B | 117 | 3B | 2E |
| Octal | 211 | 60 | 272 | 32 | 112 | 0 | 33 | 427 | 73 | 56 |
| Binary | 10001001 | 110000 | 10111010 | 11010 | 1001010 | 0 | 11011 | 100010111 | 111011 | 101110 |
Color Harmonies of #8930BA
Complementary color
Monochromatic Colors of #8930BA
Black with #8930BA
Text Example
Text Example
White with #8930BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8930BA; }
p { color: rgb(137,48,186); }
H1.HeaderClassName
{
color: #8930BA;
}
.AnyTagClassName
{
color: #8930BA;
}
</style>
background-color css
<style>
a { background-color: #8930BA; }
a { background-color: rgb(137,48,186); }
div.DivClassName
{
background-color: #8930BA;
}
.BgClassName
{
background-color: #8930BA;
}
</style>
border-color css
<style>
span { border-color: #8930BA; }
span { border-color: rgb(137,48,186); }
td.TdClassName
{
border-color: #8930BA;
}
.TagClassName
{
border-color: #8930BA;
}
</style>