Shades of Dark Orchid #9B2CAD
Tints of Dark Orchid #9B2CAD
RGB
CMYK
RGB Variations
Color information
#9B2CAD (or 0x9B2CAD) is known color: Dark Orchid. HEX triplet: 9B, 2C and AD. RGB value is (155,44,173). Sum of RGB (Red+Green+Blue) = 155+44+173=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B2CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2CAD is #64D352. Grayscale: #5B5B5B. Windows color (decimal): -6607699 or 11349147. OLE color: 11349147.
HSL color Cylindrical-coordinate representation of color #9B2CAD: hue angle of 291.63º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2CAD is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 44 | 173 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.32 |
| HSL | 291.63º | 0.59% | 0.43% | - |
| HSV(B) | 291.63º | 0.75% | 0.68% | - |
| XYZ | 21.96 | 11.79 | 40.65 | - |
| YUV | 91.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 173 | 0.10 | 0.75 | 0 | 0.32 | 291.63 | 0.59 | 0.43 |
| Hex | 9B | 2C | AD | A | 4B | 0 | 20 | 124 | 3B | 2B |
| Octal | 233 | 54 | 255 | 12 | 113 | 0 | 40 | 444 | 73 | 53 |
| Binary | 10011011 | 101100 | 10101101 | 1010 | 1001011 | 0 | 100000 | 100100100 | 111011 | 101011 |
Color Harmonies of #9B2CAD
Complementary color
Monochromatic Colors of #9B2CAD
Black with #9B2CAD
Text Example
Text Example
White with #9B2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2CAD; }
p { color: rgb(155,44,173); }
H1.HeaderClassName
{
color: #9B2CAD;
}
.AnyTagClassName
{
color: #9B2CAD;
}
</style>
background-color css
<style>
a { background-color: #9B2CAD; }
a { background-color: rgb(155,44,173); }
div.DivClassName
{
background-color: #9B2CAD;
}
.BgClassName
{
background-color: #9B2CAD;
}
</style>
border-color css
<style>
span { border-color: #9B2CAD; }
span { border-color: rgb(155,44,173); }
td.TdClassName
{
border-color: #9B2CAD;
}
.TagClassName
{
border-color: #9B2CAD;
}
</style>