Shades of Dark Orchid #9533BA
Tints of Dark Orchid #9533BA
RGB
CMYK
RGB Variations
Color information
#9533BA (or 0x9533BA) is known color: Dark Orchid. HEX triplet: 95, 33 and BA. RGB value is (149,51,186). Sum of RGB (Red+Green+Blue) = 149+51+186=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #9533BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533BA is #6ACC45. Grayscale: #5F5F5F. Windows color (decimal): -6999110 or 12202901. OLE color: 12202901.
HSL color Cylindrical-coordinate representation of color #9533BA: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9533BA is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 51 | 186 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.27 |
| HSL | 283.56º | 0.57% | 0.46% | - |
| HSV(B) | 283.56º | 0.73% | 0.73% | - |
| XYZ | 22.44 | 12.3 | 47.65 | - |
| YUV | 95.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 186 | 0.20 | 0.73 | 0 | 0.27 | 283.56 | 0.57 | 0.46 |
| Hex | 95 | 33 | BA | 14 | 49 | 0 | 1B | 11C | 39 | 2E |
| Octal | 225 | 63 | 272 | 24 | 111 | 0 | 33 | 434 | 71 | 56 |
| Binary | 10010101 | 110011 | 10111010 | 10100 | 1001001 | 0 | 11011 | 100011100 | 111001 | 101110 |
Color Harmonies of #9533BA
Complementary color
Monochromatic Colors of #9533BA
Black with #9533BA
Text Example
Text Example
White with #9533BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533BA; }
p { color: rgb(149,51,186); }
H1.HeaderClassName
{
color: #9533BA;
}
.AnyTagClassName
{
color: #9533BA;
}
</style>
background-color css
<style>
a { background-color: #9533BA; }
a { background-color: rgb(149,51,186); }
div.DivClassName
{
background-color: #9533BA;
}
.BgClassName
{
background-color: #9533BA;
}
</style>
border-color css
<style>
span { border-color: #9533BA; }
span { border-color: rgb(149,51,186); }
td.TdClassName
{
border-color: #9533BA;
}
.TagClassName
{
border-color: #9533BA;
}
</style>