Shades of Dark Orchid #9C2EB5
Tints of Dark Orchid #9C2EB5
RGB
CMYK
RGB Variations
Color information
#9C2EB5 (or 0x9C2EB5) is known color: Dark Orchid. HEX triplet: 9C, 2E and B5. RGB value is (156,46,181). Sum of RGB (Red+Green+Blue) = 156+46+181=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C2EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2EB5 is #63D14A. Grayscale: #5D5D5D. Windows color (decimal): -6541643 or 11873948. OLE color: 11873948.
HSL color Cylindrical-coordinate representation of color #9C2EB5: hue angle of 288.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2EB5 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 46 | 181 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.29 |
| HSL | 288.89º | 0.59% | 0.45% | - |
| HSV(B) | 288.89º | 0.75% | 0.71% | - |
| XYZ | 23.03 | 12.36 | 44.89 | - |
| YUV | 94.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 181 | 0.14 | 0.75 | 0 | 0.29 | 288.89 | 0.59 | 0.45 |
| Hex | 9C | 2E | B5 | E | 4B | 0 | 1D | 121 | 3B | 2D |
| Octal | 234 | 56 | 265 | 16 | 113 | 0 | 35 | 441 | 73 | 55 |
| Binary | 10011100 | 101110 | 10110101 | 1110 | 1001011 | 0 | 11101 | 100100001 | 111011 | 101101 |
Color Harmonies of #9C2EB5
Complementary color
Monochromatic Colors of #9C2EB5
Black with #9C2EB5
Text Example
Text Example
White with #9C2EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EB5; }
p { color: rgb(156,46,181); }
H1.HeaderClassName
{
color: #9C2EB5;
}
.AnyTagClassName
{
color: #9C2EB5;
}
</style>
background-color css
<style>
a { background-color: #9C2EB5; }
a { background-color: rgb(156,46,181); }
div.DivClassName
{
background-color: #9C2EB5;
}
.BgClassName
{
background-color: #9C2EB5;
}
</style>
border-color css
<style>
span { border-color: #9C2EB5; }
span { border-color: rgb(156,46,181); }
td.TdClassName
{
border-color: #9C2EB5;
}
.TagClassName
{
border-color: #9C2EB5;
}
</style>