Shades of Dark Orchid #9118B1
Tints of Dark Orchid #9118B1
RGB
CMYK
RGB Variations
Color information
#9118B1 (or 0x9118B1) is known color: Dark Orchid. HEX triplet: 91, 18 and B1. RGB value is (145,24,177). Sum of RGB (Red+Green+Blue) = 145+24+177=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #9118B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9118B1 is #6EE74E. Grayscale: #4D4D4D. Windows color (decimal): -7268175 or 11606161. OLE color: 11606161.
HSL color Cylindrical-coordinate representation of color #9118B1: hue angle of 287.45º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9118B1 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 24 | 177 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.31 |
| HSL | 287.45º | 0.76% | 0.39% | - |
| HSV(B) | 287.45º | 0.86% | 0.69% | - |
| XYZ | 19.94 | 9.85 | 42.44 | - |
| YUV | 77.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 177 | 0.18 | 0.86 | 0 | 0.31 | 287.45 | 0.76 | 0.39 |
| Hex | 91 | 18 | B1 | 12 | 56 | 0 | 1F | 11F | 4C | 27 |
| Octal | 221 | 30 | 261 | 22 | 126 | 0 | 37 | 437 | 114 | 47 |
| Binary | 10010001 | 11000 | 10110001 | 10010 | 1010110 | 0 | 11111 | 100011111 | 1001100 | 100111 |
Color Harmonies of #9118B1
Complementary color
Monochromatic Colors of #9118B1
Black with #9118B1
Text Example
Text Example
White with #9118B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9118B1; }
p { color: rgb(145,24,177); }
H1.HeaderClassName
{
color: #9118B1;
}
.AnyTagClassName
{
color: #9118B1;
}
</style>
background-color css
<style>
a { background-color: #9118B1; }
a { background-color: rgb(145,24,177); }
div.DivClassName
{
background-color: #9118B1;
}
.BgClassName
{
background-color: #9118B1;
}
</style>
border-color css
<style>
span { border-color: #9118B1; }
span { border-color: rgb(145,24,177); }
td.TdClassName
{
border-color: #9118B1;
}
.TagClassName
{
border-color: #9118B1;
}
</style>