Shades of Dark Orchid #8919B7
Tints of Dark Orchid #8919B7
RGB
CMYK
RGB Variations
Color information
#8919B7 (or 0x8919B7) is known color: Dark Orchid. HEX triplet: 89, 19 and B7. RGB value is (137,25,183). Sum of RGB (Red+Green+Blue) = 137+25+183=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #8919B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919B7 is #76E648. Grayscale: #4B4B4B. Windows color (decimal): -7792201 or 11999625. OLE color: 11999625.
HSL color Cylindrical-coordinate representation of color #8919B7: hue angle of 282.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8919B7 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 25 | 183 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.28 |
| HSL | 282.53º | 0.76% | 0.41% | - |
| HSV(B) | 282.53º | 0.86% | 0.72% | - |
| XYZ | 19.21 | 9.43 | 45.61 | - |
| YUV | 76.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 183 | 0.25 | 0.86 | 0 | 0.28 | 282.53 | 0.76 | 0.41 |
| Hex | 89 | 19 | B7 | 19 | 56 | 0 | 1C | 11B | 4C | 29 |
| Octal | 211 | 31 | 267 | 31 | 126 | 0 | 34 | 433 | 114 | 51 |
| Binary | 10001001 | 11001 | 10110111 | 11001 | 1010110 | 0 | 11100 | 100011011 | 1001100 | 101001 |
Color Harmonies of #8919B7
Complementary color
Monochromatic Colors of #8919B7
Black with #8919B7
Text Example
Text Example
White with #8919B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919B7; }
p { color: rgb(137,25,183); }
H1.HeaderClassName
{
color: #8919B7;
}
.AnyTagClassName
{
color: #8919B7;
}
</style>
background-color css
<style>
a { background-color: #8919B7; }
a { background-color: rgb(137,25,183); }
div.DivClassName
{
background-color: #8919B7;
}
.BgClassName
{
background-color: #8919B7;
}
</style>
border-color css
<style>
span { border-color: #8919B7; }
span { border-color: rgb(137,25,183); }
td.TdClassName
{
border-color: #8919B7;
}
.TagClassName
{
border-color: #8919B7;
}
</style>