Shades of Dark Orchid #9339BA
Tints of Dark Orchid #9339BA
RGB
CMYK
RGB Variations
Color information
#9339BA (or 0x9339BA) is known color: Dark Orchid. HEX triplet: 93, 39 and BA. RGB value is (147,57,186). Sum of RGB (Red+Green+Blue) = 147+57+186=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 57 (22.66% from 255 or 14.62% 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 #9339BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339BA is #6CC645. Grayscale: #626262. Windows color (decimal): -7128646 or 12204435. OLE color: 12204435.
HSL color Cylindrical-coordinate representation of color #9339BA: hue angle of 281.86º 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 #9339BA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 57 | 186 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.27 |
| HSL | 281.86º | 0.53% | 0.48% | - |
| HSV(B) | 281.86º | 0.69% | 0.73% | - |
| XYZ | 22.36 | 12.67 | 47.72 | - |
| YUV | 98.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 186 | 0.21 | 0.69 | 0 | 0.27 | 281.86 | 0.53 | 0.48 |
| Hex | 93 | 39 | BA | 15 | 45 | 0 | 1B | 11A | 35 | 30 |
| Octal | 223 | 71 | 272 | 25 | 105 | 0 | 33 | 432 | 65 | 60 |
| Binary | 10010011 | 111001 | 10111010 | 10101 | 1000101 | 0 | 11011 | 100011010 | 110101 | 110000 |
Color Harmonies of #9339BA
Complementary color
Monochromatic Colors of #9339BA
Black with #9339BA
Text Example
Text Example
White with #9339BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9339BA; }
p { color: rgb(147,57,186); }
H1.HeaderClassName
{
color: #9339BA;
}
.AnyTagClassName
{
color: #9339BA;
}
</style>
background-color css
<style>
a { background-color: #9339BA; }
a { background-color: rgb(147,57,186); }
div.DivClassName
{
background-color: #9339BA;
}
.BgClassName
{
background-color: #9339BA;
}
</style>
border-color css
<style>
span { border-color: #9339BA; }
span { border-color: rgb(147,57,186); }
td.TdClassName
{
border-color: #9339BA;
}
.TagClassName
{
border-color: #9339BA;
}
</style>