Shades of Dark Orchid #9539BA
Tints of Dark Orchid #9539BA
RGB
CMYK
RGB Variations
Color information
#9539BA (or 0x9539BA) is known color: Dark Orchid. HEX triplet: 95, 39 and BA. RGB value is (149,57,186). Sum of RGB (Red+Green+Blue) = 149+57+186=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #9539BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539BA is #6AC645. Grayscale: #626262. Windows color (decimal): -6997574 or 12204437. OLE color: 12204437.
HSL color Cylindrical-coordinate representation of color #9539BA: hue angle of 282.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9539BA is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 57 | 186 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.27 |
| HSL | 282.79º | 0.53% | 0.48% | - |
| HSV(B) | 282.79º | 0.69% | 0.73% | - |
| XYZ | 22.72 | 12.86 | 47.74 | - |
| YUV | 99.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 186 | 0.20 | 0.69 | 0 | 0.27 | 282.79 | 0.53 | 0.48 |
| Hex | 95 | 39 | BA | 14 | 45 | 0 | 1B | 11B | 35 | 30 |
| Octal | 225 | 71 | 272 | 24 | 105 | 0 | 33 | 433 | 65 | 60 |
| Binary | 10010101 | 111001 | 10111010 | 10100 | 1000101 | 0 | 11011 | 100011011 | 110101 | 110000 |
Color Harmonies of #9539BA
Complementary color
Monochromatic Colors of #9539BA
Black with #9539BA
Text Example
Text Example
White with #9539BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9539BA; }
p { color: rgb(149,57,186); }
H1.HeaderClassName
{
color: #9539BA;
}
.AnyTagClassName
{
color: #9539BA;
}
</style>
background-color css
<style>
a { background-color: #9539BA; }
a { background-color: rgb(149,57,186); }
div.DivClassName
{
background-color: #9539BA;
}
.BgClassName
{
background-color: #9539BA;
}
</style>
border-color css
<style>
span { border-color: #9539BA; }
span { border-color: rgb(149,57,186); }
td.TdClassName
{
border-color: #9539BA;
}
.TagClassName
{
border-color: #9539BA;
}
</style>