Shades of Dark Orchid #9137BD
Tints of Dark Orchid #9137BD
RGB
CMYK
RGB Variations
Color information
#9137BD (or 0x9137BD) is known color: Dark Orchid. HEX triplet: 91, 37 and BD. RGB value is (145,55,189). Sum of RGB (Red+Green+Blue) = 145+55+189=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #9137BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9137BD is #6EC842. Grayscale: #606060. Windows color (decimal): -7260227 or 12400529. OLE color: 12400529.
HSL color Cylindrical-coordinate representation of color #9137BD: hue angle of 280.3º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9137BD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 55 | 189 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.26 |
| HSL | 280.3º | 0.55% | 0.48% | - |
| HSV(B) | 280.3º | 0.71% | 0.74% | - |
| XYZ | 22.23 | 12.43 | 49.37 | - |
| YUV | 97.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 189 | 0.23 | 0.71 | 0 | 0.26 | 280.3 | 0.55 | 0.48 |
| Hex | 91 | 37 | BD | 17 | 47 | 0 | 1A | 118 | 37 | 30 |
| Octal | 221 | 67 | 275 | 27 | 107 | 0 | 32 | 430 | 67 | 60 |
| Binary | 10010001 | 110111 | 10111101 | 10111 | 1000111 | 0 | 11010 | 100011000 | 110111 | 110000 |
Color Harmonies of #9137BD
Complementary color
Monochromatic Colors of #9137BD
Black with #9137BD
Text Example
Text Example
White with #9137BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9137BD; }
p { color: rgb(145,55,189); }
H1.HeaderClassName
{
color: #9137BD;
}
.AnyTagClassName
{
color: #9137BD;
}
</style>
background-color css
<style>
a { background-color: #9137BD; }
a { background-color: rgb(145,55,189); }
div.DivClassName
{
background-color: #9137BD;
}
.BgClassName
{
background-color: #9137BD;
}
</style>
border-color css
<style>
span { border-color: #9137BD; }
span { border-color: rgb(145,55,189); }
td.TdClassName
{
border-color: #9137BD;
}
.TagClassName
{
border-color: #9137BD;
}
</style>