Shades of Dark Orchid #8928BD
Tints of Dark Orchid #8928BD
RGB
CMYK
RGB Variations
Color information
#8928BD (or 0x8928BD) is known color: Dark Orchid. HEX triplet: 89, 28 and BD. RGB value is (137,40,189). Sum of RGB (Red+Green+Blue) = 137+40+189=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #8928BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928BD is #76D742. Grayscale: #555555. Windows color (decimal): -7788355 or 12396681. OLE color: 12396681.
HSL color Cylindrical-coordinate representation of color #8928BD: hue angle of 279.06º 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 #8928BD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 40 | 189 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.26 |
| HSL | 279.06º | 0.65% | 0.45% | - |
| HSV(B) | 279.06º | 0.79% | 0.74% | - |
| XYZ | 20.26 | 10.51 | 49.1 | - |
| YUV | 85.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 189 | 0.28 | 0.79 | 0 | 0.26 | 279.06 | 0.65 | 0.45 |
| Hex | 89 | 28 | BD | 1C | 4F | 0 | 1A | 117 | 41 | 2D |
| Octal | 211 | 50 | 275 | 34 | 117 | 0 | 32 | 427 | 101 | 55 |
| Binary | 10001001 | 101000 | 10111101 | 11100 | 1001111 | 0 | 11010 | 100010111 | 1000001 | 101101 |
Color Harmonies of #8928BD
Complementary color
Monochromatic Colors of #8928BD
Black with #8928BD
Text Example
Text Example
White with #8928BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928BD; }
p { color: rgb(137,40,189); }
H1.HeaderClassName
{
color: #8928BD;
}
.AnyTagClassName
{
color: #8928BD;
}
</style>
background-color css
<style>
a { background-color: #8928BD; }
a { background-color: rgb(137,40,189); }
div.DivClassName
{
background-color: #8928BD;
}
.BgClassName
{
background-color: #8928BD;
}
</style>
border-color css
<style>
span { border-color: #8928BD; }
span { border-color: rgb(137,40,189); }
td.TdClassName
{
border-color: #8928BD;
}
.TagClassName
{
border-color: #8928BD;
}
</style>