Shades of Dark Orchid #9118BD
Tints of Dark Orchid #9118BD
RGB
CMYK
RGB Variations
Color information
#9118BD (or 0x9118BD) is known color: Dark Orchid. HEX triplet: 91, 18 and BD. RGB value is (145,24,189). Sum of RGB (Red+Green+Blue) = 145+24+189=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #9118BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9118BD is #6EE742. Grayscale: #4E4E4E. Windows color (decimal): -7268163 or 12392593. OLE color: 12392593.
HSL color Cylindrical-coordinate representation of color #9118BD: hue angle of 284º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9118BD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 24 | 189 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.26 |
| HSL | 284º | 0.77% | 0.42% | - |
| HSV(B) | 284º | 0.87% | 0.74% | - |
| XYZ | 21.19 | 10.35 | 49.02 | - |
| YUV | 78.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 189 | 0.23 | 0.87 | 0 | 0.26 | 284 | 0.77 | 0.42 |
| Hex | 91 | 18 | BD | 17 | 57 | 0 | 1A | 11C | 4D | 2A |
| Octal | 221 | 30 | 275 | 27 | 127 | 0 | 32 | 434 | 115 | 52 |
| Binary | 10010001 | 11000 | 10111101 | 10111 | 1010111 | 0 | 11010 | 100011100 | 1001101 | 101010 |
Color Harmonies of #9118BD
Complementary color
Monochromatic Colors of #9118BD
Black with #9118BD
Text Example
Text Example
White with #9118BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9118BD; }
p { color: rgb(145,24,189); }
H1.HeaderClassName
{
color: #9118BD;
}
.AnyTagClassName
{
color: #9118BD;
}
</style>
background-color css
<style>
a { background-color: #9118BD; }
a { background-color: rgb(145,24,189); }
div.DivClassName
{
background-color: #9118BD;
}
.BgClassName
{
background-color: #9118BD;
}
</style>
border-color css
<style>
span { border-color: #9118BD; }
span { border-color: rgb(145,24,189); }
td.TdClassName
{
border-color: #9118BD;
}
.TagClassName
{
border-color: #9118BD;
}
</style>