Shades of Dark Orchid #8927BA
Tints of Dark Orchid #8927BA
RGB
CMYK
RGB Variations
Color information
#8927BA (or 0x8927BA) is known color: Dark Orchid. HEX triplet: 89, 27 and BA. RGB value is (137,39,186). Sum of RGB (Red+Green+Blue) = 137+39+186=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #8927BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927BA is #76D845. Grayscale: #545454. Windows color (decimal): -7788614 or 12199817. OLE color: 12199817.
HSL color Cylindrical-coordinate representation of color #8927BA: hue angle of 280º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8927BA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 39 | 186 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.27 |
| HSL | 280º | 0.65% | 0.44% | - |
| HSV(B) | 280º | 0.79% | 0.73% | - |
| XYZ | 19.9 | 10.31 | 47.4 | - |
| YUV | 85.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 186 | 0.26 | 0.79 | 0 | 0.27 | 280 | 0.65 | 0.44 |
| Hex | 89 | 27 | BA | 1A | 4F | 0 | 1B | 118 | 41 | 2C |
| Octal | 211 | 47 | 272 | 32 | 117 | 0 | 33 | 430 | 101 | 54 |
| Binary | 10001001 | 100111 | 10111010 | 11010 | 1001111 | 0 | 11011 | 100011000 | 1000001 | 101100 |
Color Harmonies of #8927BA
Complementary color
Monochromatic Colors of #8927BA
Black with #8927BA
Text Example
Text Example
White with #8927BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8927BA; }
p { color: rgb(137,39,186); }
H1.HeaderClassName
{
color: #8927BA;
}
.AnyTagClassName
{
color: #8927BA;
}
</style>
background-color css
<style>
a { background-color: #8927BA; }
a { background-color: rgb(137,39,186); }
div.DivClassName
{
background-color: #8927BA;
}
.BgClassName
{
background-color: #8927BA;
}
</style>
border-color css
<style>
span { border-color: #8927BA; }
span { border-color: rgb(137,39,186); }
td.TdClassName
{
border-color: #8927BA;
}
.TagClassName
{
border-color: #8927BA;
}
</style>