Shades of Dark Orchid #9139BC
Tints of Dark Orchid #9139BC
RGB
CMYK
RGB Variations
Color information
#9139BC (or 0x9139BC) is known color: Dark Orchid. HEX triplet: 91, 39 and BC. RGB value is (145,57,188). Sum of RGB (Red+Green+Blue) = 145+57+188=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #9139BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139BC is #6EC643. Grayscale: #616161. Windows color (decimal): -7259716 or 12335505. OLE color: 12335505.
HSL color Cylindrical-coordinate representation of color #9139BC: hue angle of 280.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9139BC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 57 | 188 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.26 |
| HSL | 280.31º | 0.53% | 0.48% | - |
| HSV(B) | 280.31º | 0.7% | 0.74% | - |
| XYZ | 22.22 | 12.58 | 48.83 | - |
| YUV | 98.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 188 | 0.23 | 0.70 | 0 | 0.26 | 280.31 | 0.53 | 0.48 |
| Hex | 91 | 39 | BC | 17 | 46 | 0 | 1A | 118 | 35 | 30 |
| Octal | 221 | 71 | 274 | 27 | 106 | 0 | 32 | 430 | 65 | 60 |
| Binary | 10010001 | 111001 | 10111100 | 10111 | 1000110 | 0 | 11010 | 100011000 | 110101 | 110000 |
Color Harmonies of #9139BC
Complementary color
Monochromatic Colors of #9139BC
Black with #9139BC
Text Example
Text Example
White with #9139BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139BC; }
p { color: rgb(145,57,188); }
H1.HeaderClassName
{
color: #9139BC;
}
.AnyTagClassName
{
color: #9139BC;
}
</style>
background-color css
<style>
a { background-color: #9139BC; }
a { background-color: rgb(145,57,188); }
div.DivClassName
{
background-color: #9139BC;
}
.BgClassName
{
background-color: #9139BC;
}
</style>
border-color css
<style>
span { border-color: #9139BC; }
span { border-color: rgb(145,57,188); }
td.TdClassName
{
border-color: #9139BC;
}
.TagClassName
{
border-color: #9139BC;
}
</style>