Shades of Dark Orchid #9534B9
Tints of Dark Orchid #9534B9
RGB
CMYK
RGB Variations
Color information
#9534B9 (or 0x9534B9) is known color: Dark Orchid. HEX triplet: 95, 34 and B9. RGB value is (149,52,185). Sum of RGB (Red+Green+Blue) = 149+52+185=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #9534B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534B9 is #6ACB46. Grayscale: #5F5F5F. Windows color (decimal): -6998855 or 12137621. OLE color: 12137621.
HSL color Cylindrical-coordinate representation of color #9534B9: hue angle of 283.76º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9534B9 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 52 | 185 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.27 |
| HSL | 283.76º | 0.56% | 0.46% | - |
| HSV(B) | 283.76º | 0.72% | 0.73% | - |
| XYZ | 22.38 | 12.35 | 47.1 | - |
| YUV | 96.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 185 | 0.19 | 0.72 | 0 | 0.27 | 283.76 | 0.56 | 0.46 |
| Hex | 95 | 34 | B9 | 13 | 48 | 0 | 1B | 11C | 38 | 2E |
| Octal | 225 | 64 | 271 | 23 | 110 | 0 | 33 | 434 | 70 | 56 |
| Binary | 10010101 | 110100 | 10111001 | 10011 | 1001000 | 0 | 11011 | 100011100 | 111000 | 101110 |
Color Harmonies of #9534B9
Complementary color
Monochromatic Colors of #9534B9
Black with #9534B9
Text Example
Text Example
White with #9534B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534B9; }
p { color: rgb(149,52,185); }
H1.HeaderClassName
{
color: #9534B9;
}
.AnyTagClassName
{
color: #9534B9;
}
</style>
background-color css
<style>
a { background-color: #9534B9; }
a { background-color: rgb(149,52,185); }
div.DivClassName
{
background-color: #9534B9;
}
.BgClassName
{
background-color: #9534B9;
}
</style>
border-color css
<style>
span { border-color: #9534B9; }
span { border-color: rgb(149,52,185); }
td.TdClassName
{
border-color: #9534B9;
}
.TagClassName
{
border-color: #9534B9;
}
</style>