Shades of Dark Orchid #8923BA
Tints of Dark Orchid #8923BA
RGB
CMYK
RGB Variations
Color information
#8923BA (or 0x8923BA) is known color: Dark Orchid. HEX triplet: 89, 23 and BA. RGB value is (137,35,186). Sum of RGB (Red+Green+Blue) = 137+35+186=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8923BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8923BA is #76DC45. Grayscale: #525252. Windows color (decimal): -7789638 or 12198793. OLE color: 12198793.
HSL color Cylindrical-coordinate representation of color #8923BA: hue angle of 280.53º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8923BA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 35 | 186 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.27 |
| HSL | 280.53º | 0.68% | 0.43% | - |
| HSV(B) | 280.53º | 0.81% | 0.73% | - |
| XYZ | 19.78 | 10.07 | 47.35 | - |
| YUV | 82.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 186 | 0.26 | 0.81 | 0 | 0.27 | 280.53 | 0.68 | 0.43 |
| Hex | 89 | 23 | BA | 1A | 51 | 0 | 1B | 119 | 44 | 2B |
| Octal | 211 | 43 | 272 | 32 | 121 | 0 | 33 | 431 | 104 | 53 |
| Binary | 10001001 | 100011 | 10111010 | 11010 | 1010001 | 0 | 11011 | 100011001 | 1000100 | 101011 |
Color Harmonies of #8923BA
Complementary color
Monochromatic Colors of #8923BA
Black with #8923BA
Text Example
Text Example
White with #8923BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8923BA; }
p { color: rgb(137,35,186); }
H1.HeaderClassName
{
color: #8923BA;
}
.AnyTagClassName
{
color: #8923BA;
}
</style>
background-color css
<style>
a { background-color: #8923BA; }
a { background-color: rgb(137,35,186); }
div.DivClassName
{
background-color: #8923BA;
}
.BgClassName
{
background-color: #8923BA;
}
</style>
border-color css
<style>
span { border-color: #8923BA; }
span { border-color: rgb(137,35,186); }
td.TdClassName
{
border-color: #8923BA;
}
.TagClassName
{
border-color: #8923BA;
}
</style>