Shades of Dark Orchid #9336B7
Tints of Dark Orchid #9336B7
RGB
CMYK
RGB Variations
Color information
#9336B7 (or 0x9336B7) is known color: Dark Orchid. HEX triplet: 93, 36 and B7. RGB value is (147,54,183). Sum of RGB (Red+Green+Blue) = 147+54+183=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #9336B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336B7 is #6CC948. Grayscale: #606060. Windows color (decimal): -7129417 or 12007059. OLE color: 12007059.
HSL color Cylindrical-coordinate representation of color #9336B7: hue angle of 283.26º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9336B7 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 54 | 183 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.28 |
| HSL | 283.26º | 0.54% | 0.46% | - |
| HSV(B) | 283.26º | 0.7% | 0.72% | - |
| XYZ | 21.9 | 12.26 | 46.01 | - |
| YUV | 96.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 183 | 0.20 | 0.70 | 0 | 0.28 | 283.26 | 0.54 | 0.46 |
| Hex | 93 | 36 | B7 | 14 | 46 | 0 | 1C | 11B | 36 | 2E |
| Octal | 223 | 66 | 267 | 24 | 106 | 0 | 34 | 433 | 66 | 56 |
| Binary | 10010011 | 110110 | 10110111 | 10100 | 1000110 | 0 | 11100 | 100011011 | 110110 | 101110 |
Color Harmonies of #9336B7
Complementary color
Monochromatic Colors of #9336B7
Black with #9336B7
Text Example
Text Example
White with #9336B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336B7; }
p { color: rgb(147,54,183); }
H1.HeaderClassName
{
color: #9336B7;
}
.AnyTagClassName
{
color: #9336B7;
}
</style>
background-color css
<style>
a { background-color: #9336B7; }
a { background-color: rgb(147,54,183); }
div.DivClassName
{
background-color: #9336B7;
}
.BgClassName
{
background-color: #9336B7;
}
</style>
border-color css
<style>
span { border-color: #9336B7; }
span { border-color: rgb(147,54,183); }
td.TdClassName
{
border-color: #9336B7;
}
.TagClassName
{
border-color: #9336B7;
}
</style>