Shades of Dark Orchid #9537BA
Tints of Dark Orchid #9537BA
RGB
CMYK
RGB Variations
Color information
#9537BA (or 0x9537BA) is known color: Dark Orchid. HEX triplet: 95, 37 and BA. RGB value is (149,55,186). Sum of RGB (Red+Green+Blue) = 149+55+186=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9537BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9537BA is #6AC845. Grayscale: #616161. Windows color (decimal): -6998086 or 12203925. OLE color: 12203925.
HSL color Cylindrical-coordinate representation of color #9537BA: hue angle of 283.05º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9537BA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 55 | 186 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.27 |
| HSL | 283.05º | 0.54% | 0.47% | - |
| HSV(B) | 283.05º | 0.7% | 0.73% | - |
| XYZ | 22.62 | 12.67 | 47.71 | - |
| YUV | 98.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 186 | 0.20 | 0.70 | 0 | 0.27 | 283.05 | 0.54 | 0.47 |
| Hex | 95 | 37 | BA | 14 | 46 | 0 | 1B | 11B | 36 | 2F |
| Octal | 225 | 67 | 272 | 24 | 106 | 0 | 33 | 433 | 66 | 57 |
| Binary | 10010101 | 110111 | 10111010 | 10100 | 1000110 | 0 | 11011 | 100011011 | 110110 | 101111 |
Color Harmonies of #9537BA
Complementary color
Monochromatic Colors of #9537BA
Black with #9537BA
Text Example
Text Example
White with #9537BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9537BA; }
p { color: rgb(149,55,186); }
H1.HeaderClassName
{
color: #9537BA;
}
.AnyTagClassName
{
color: #9537BA;
}
</style>
background-color css
<style>
a { background-color: #9537BA; }
a { background-color: rgb(149,55,186); }
div.DivClassName
{
background-color: #9537BA;
}
.BgClassName
{
background-color: #9537BA;
}
</style>
border-color css
<style>
span { border-color: #9537BA; }
span { border-color: rgb(149,55,186); }
td.TdClassName
{
border-color: #9537BA;
}
.TagClassName
{
border-color: #9537BA;
}
</style>