Shades of Dark Orchid #9139BB
Tints of Dark Orchid #9139BB
RGB
CMYK
RGB Variations
Color information
#9139BB (or 0x9139BB) is known color: Dark Orchid. HEX triplet: 91, 39 and BB. RGB value is (145,57,187). Sum of RGB (Red+Green+Blue) = 145+57+187=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #9139BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139BB is #6EC644. Grayscale: #616161. Windows color (decimal): -7259717 or 12269969. OLE color: 12269969.
HSL color Cylindrical-coordinate representation of color #9139BB: hue angle of 280.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9139BB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 57 | 187 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.27 |
| HSL | 280.62º | 0.53% | 0.48% | - |
| HSV(B) | 280.62º | 0.7% | 0.73% | - |
| XYZ | 22.11 | 12.53 | 48.27 | - |
| YUV | 98.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 187 | 0.22 | 0.70 | 0 | 0.27 | 280.62 | 0.53 | 0.48 |
| Hex | 91 | 39 | BB | 16 | 46 | 0 | 1B | 119 | 35 | 30 |
| Octal | 221 | 71 | 273 | 26 | 106 | 0 | 33 | 431 | 65 | 60 |
| Binary | 10010001 | 111001 | 10111011 | 10110 | 1000110 | 0 | 11011 | 100011001 | 110101 | 110000 |
Color Harmonies of #9139BB
Complementary color
Monochromatic Colors of #9139BB
Black with #9139BB
Text Example
Text Example
White with #9139BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139BB; }
p { color: rgb(145,57,187); }
H1.HeaderClassName
{
color: #9139BB;
}
.AnyTagClassName
{
color: #9139BB;
}
</style>
background-color css
<style>
a { background-color: #9139BB; }
a { background-color: rgb(145,57,187); }
div.DivClassName
{
background-color: #9139BB;
}
.BgClassName
{
background-color: #9139BB;
}
</style>
border-color css
<style>
span { border-color: #9139BB; }
span { border-color: rgb(145,57,187); }
td.TdClassName
{
border-color: #9139BB;
}
.TagClassName
{
border-color: #9139BB;
}
</style>