Shades of Dark Orchid #9437BA
Tints of Dark Orchid #9437BA
RGB
CMYK
RGB Variations
Color information
#9437BA (or 0x9437BA) is known color: Dark Orchid. HEX triplet: 94, 37 and BA. RGB value is (148,55,186). Sum of RGB (Red+Green+Blue) = 148+55+186=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #9437BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437BA is #6BC845. Grayscale: #616161. Windows color (decimal): -7063622 or 12203924. OLE color: 12203924.
HSL color Cylindrical-coordinate representation of color #9437BA: hue angle of 282.6º 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 #9437BA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 55 | 186 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.27 |
| HSL | 282.6º | 0.54% | 0.47% | - |
| HSV(B) | 282.6º | 0.7% | 0.73% | - |
| XYZ | 22.44 | 12.57 | 47.7 | - |
| YUV | 97.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 186 | 0.20 | 0.70 | 0 | 0.27 | 282.6 | 0.54 | 0.47 |
| Hex | 94 | 37 | BA | 14 | 46 | 0 | 1B | 11B | 36 | 2F |
| Octal | 224 | 67 | 272 | 24 | 106 | 0 | 33 | 433 | 66 | 57 |
| Binary | 10010100 | 110111 | 10111010 | 10100 | 1000110 | 0 | 11011 | 100011011 | 110110 | 101111 |
Color Harmonies of #9437BA
Complementary color
Monochromatic Colors of #9437BA
Black with #9437BA
Text Example
Text Example
White with #9437BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437BA; }
p { color: rgb(148,55,186); }
H1.HeaderClassName
{
color: #9437BA;
}
.AnyTagClassName
{
color: #9437BA;
}
</style>
background-color css
<style>
a { background-color: #9437BA; }
a { background-color: rgb(148,55,186); }
div.DivClassName
{
background-color: #9437BA;
}
.BgClassName
{
background-color: #9437BA;
}
</style>
border-color css
<style>
span { border-color: #9437BA; }
span { border-color: rgb(148,55,186); }
td.TdClassName
{
border-color: #9437BA;
}
.TagClassName
{
border-color: #9437BA;
}
</style>