Shades of Dark Orchid #9532BD
Tints of Dark Orchid #9532BD
RGB
CMYK
RGB Variations
Color information
#9532BD (or 0x9532BD) is known color: Dark Orchid. HEX triplet: 95, 32 and BD. RGB value is (149,50,189). Sum of RGB (Red+Green+Blue) = 149+50+189=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9532BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9532BD is #6ACD42. Grayscale: #5E5E5E. Windows color (decimal): -6999363 or 12399253. OLE color: 12399253.
HSL color Cylindrical-coordinate representation of color #9532BD: hue angle of 282.73º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9532BD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 50 | 189 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.26 |
| HSL | 282.73º | 0.58% | 0.47% | - |
| HSV(B) | 282.73º | 0.74% | 0.74% | - |
| XYZ | 22.72 | 12.34 | 49.33 | - |
| YUV | 95.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 189 | 0.21 | 0.74 | 0 | 0.26 | 282.73 | 0.58 | 0.47 |
| Hex | 95 | 32 | BD | 15 | 4A | 0 | 1A | 11B | 3A | 2F |
| Octal | 225 | 62 | 275 | 25 | 112 | 0 | 32 | 433 | 72 | 57 |
| Binary | 10010101 | 110010 | 10111101 | 10101 | 1001010 | 0 | 11010 | 100011011 | 111010 | 101111 |
Color Harmonies of #9532BD
Complementary color
Monochromatic Colors of #9532BD
Black with #9532BD
Text Example
Text Example
White with #9532BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9532BD; }
p { color: rgb(149,50,189); }
H1.HeaderClassName
{
color: #9532BD;
}
.AnyTagClassName
{
color: #9532BD;
}
</style>
background-color css
<style>
a { background-color: #9532BD; }
a { background-color: rgb(149,50,189); }
div.DivClassName
{
background-color: #9532BD;
}
.BgClassName
{
background-color: #9532BD;
}
</style>
border-color css
<style>
span { border-color: #9532BD; }
span { border-color: rgb(149,50,189); }
td.TdClassName
{
border-color: #9532BD;
}
.TagClassName
{
border-color: #9532BD;
}
</style>