Shades of Dark Orchid #9136BD
Tints of Dark Orchid #9136BD
RGB
CMYK
RGB Variations
Color information
#9136BD (or 0x9136BD) is known color: Dark Orchid. HEX triplet: 91, 36 and BD. RGB value is (145,54,189). Sum of RGB (Red+Green+Blue) = 145+54+189=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9136BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136BD is #6EC942. Grayscale: #606060. Windows color (decimal): -7260483 or 12400273. OLE color: 12400273.
HSL color Cylindrical-coordinate representation of color #9136BD: hue angle of 280.44º degrees, saturation: 0.56, 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 #9136BD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 54 | 189 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.26 |
| HSL | 280.44º | 0.56% | 0.48% | - |
| HSV(B) | 280.44º | 0.71% | 0.74% | - |
| XYZ | 22.18 | 12.33 | 49.36 | - |
| YUV | 96.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 189 | 0.23 | 0.71 | 0 | 0.26 | 280.44 | 0.56 | 0.48 |
| Hex | 91 | 36 | BD | 17 | 47 | 0 | 1A | 118 | 38 | 30 |
| Octal | 221 | 66 | 275 | 27 | 107 | 0 | 32 | 430 | 70 | 60 |
| Binary | 10010001 | 110110 | 10111101 | 10111 | 1000111 | 0 | 11010 | 100011000 | 111000 | 110000 |
Color Harmonies of #9136BD
Complementary color
Monochromatic Colors of #9136BD
Black with #9136BD
Text Example
Text Example
White with #9136BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136BD; }
p { color: rgb(145,54,189); }
H1.HeaderClassName
{
color: #9136BD;
}
.AnyTagClassName
{
color: #9136BD;
}
</style>
background-color css
<style>
a { background-color: #9136BD; }
a { background-color: rgb(145,54,189); }
div.DivClassName
{
background-color: #9136BD;
}
.BgClassName
{
background-color: #9136BD;
}
</style>
border-color css
<style>
span { border-color: #9136BD; }
span { border-color: rgb(145,54,189); }
td.TdClassName
{
border-color: #9136BD;
}
.TagClassName
{
border-color: #9136BD;
}
</style>