Shades of Dark Orchid #9B37AB
Tints of Dark Orchid #9B37AB
RGB
CMYK
RGB Variations
Color information
#9B37AB (or 0x9B37AB) is known color: Dark Orchid. HEX triplet: 9B, 37 and AB. RGB value is (155,55,171). Sum of RGB (Red+Green+Blue) = 155+55+171=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B37AB is #64C854. Grayscale: #616161. Windows color (decimal): -6604885 or 11220891. OLE color: 11220891.
HSL color Cylindrical-coordinate representation of color #9B37AB: hue angle of 291.72º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B37AB is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 55 | 171 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.33 |
| HSL | 291.72º | 0.51% | 0.44% | - |
| HSV(B) | 291.72º | 0.68% | 0.67% | - |
| XYZ | 22.23 | 12.64 | 39.8 | - |
| YUV | 98.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 171 | 0.09 | 0.68 | 0 | 0.33 | 291.72 | 0.51 | 0.44 |
| Hex | 9B | 37 | AB | 9 | 44 | 0 | 21 | 124 | 33 | 2C |
| Octal | 233 | 67 | 253 | 11 | 104 | 0 | 41 | 444 | 63 | 54 |
| Binary | 10011011 | 110111 | 10101011 | 1001 | 1000100 | 0 | 100001 | 100100100 | 110011 | 101100 |
Color Harmonies of #9B37AB
Complementary color
Monochromatic Colors of #9B37AB
Black with #9B37AB
Text Example
Text Example
White with #9B37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B37AB; }
p { color: rgb(155,55,171); }
H1.HeaderClassName
{
color: #9B37AB;
}
.AnyTagClassName
{
color: #9B37AB;
}
</style>
background-color css
<style>
a { background-color: #9B37AB; }
a { background-color: rgb(155,55,171); }
div.DivClassName
{
background-color: #9B37AB;
}
.BgClassName
{
background-color: #9B37AB;
}
</style>
border-color css
<style>
span { border-color: #9B37AB; }
span { border-color: rgb(155,55,171); }
td.TdClassName
{
border-color: #9B37AB;
}
.TagClassName
{
border-color: #9B37AB;
}
</style>