Shades of Dark Orchid #9B32BD
Tints of Dark Orchid #9B32BD
RGB
CMYK
RGB Variations
Color information
#9B32BD (or 0x9B32BD) is known color: Dark Orchid. HEX triplet: 9B, 32 and BD. RGB value is (155,50,189). Sum of RGB (Red+Green+Blue) = 155+50+189=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B32BD is #64CD42. Grayscale: #606060. Windows color (decimal): -6606147 or 12399259. OLE color: 12399259.
HSL color Cylindrical-coordinate representation of color #9B32BD: hue angle of 285.32º 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 #9B32BD is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 50 | 189 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.26 |
| HSL | 285.32º | 0.58% | 0.47% | - |
| HSV(B) | 285.32º | 0.74% | 0.74% | - |
| XYZ | 23.84 | 12.92 | 49.38 | - |
| YUV | 97.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 189 | 0.18 | 0.74 | 0 | 0.26 | 285.32 | 0.58 | 0.47 |
| Hex | 9B | 32 | BD | 12 | 4A | 0 | 1A | 11D | 3A | 2F |
| Octal | 233 | 62 | 275 | 22 | 112 | 0 | 32 | 435 | 72 | 57 |
| Binary | 10011011 | 110010 | 10111101 | 10010 | 1001010 | 0 | 11010 | 100011101 | 111010 | 101111 |
Color Harmonies of #9B32BD
Complementary color
Monochromatic Colors of #9B32BD
Black with #9B32BD
Text Example
Text Example
White with #9B32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32BD; }
p { color: rgb(155,50,189); }
H1.HeaderClassName
{
color: #9B32BD;
}
.AnyTagClassName
{
color: #9B32BD;
}
</style>
background-color css
<style>
a { background-color: #9B32BD; }
a { background-color: rgb(155,50,189); }
div.DivClassName
{
background-color: #9B32BD;
}
.BgClassName
{
background-color: #9B32BD;
}
</style>
border-color css
<style>
span { border-color: #9B32BD; }
span { border-color: rgb(155,50,189); }
td.TdClassName
{
border-color: #9B32BD;
}
.TagClassName
{
border-color: #9B32BD;
}
</style>