Shades of Dark Orchid #9C27BB
Tints of Dark Orchid #9C27BB
RGB
CMYK
RGB Variations
Color information
#9C27BB (or 0x9C27BB) is known color: Dark Orchid. HEX triplet: 9C, 27 and BB. RGB value is (156,39,187). Sum of RGB (Red+Green+Blue) = 156+39+187=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27BB is #63D844. Grayscale: #5A5A5A. Windows color (decimal): -6543429 or 12265372. OLE color: 12265372.
HSL color Cylindrical-coordinate representation of color #9C27BB: hue angle of 287.43º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C27BB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 39 | 187 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.27 |
| HSL | 287.43º | 0.65% | 0.44% | - |
| HSV(B) | 287.43º | 0.79% | 0.73% | - |
| XYZ | 23.41 | 12.11 | 48.12 | - |
| YUV | 90.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 187 | 0.17 | 0.79 | 0 | 0.27 | 287.43 | 0.65 | 0.44 |
| Hex | 9C | 27 | BB | 11 | 4F | 0 | 1B | 11F | 41 | 2C |
| Octal | 234 | 47 | 273 | 21 | 117 | 0 | 33 | 437 | 101 | 54 |
| Binary | 10011100 | 100111 | 10111011 | 10001 | 1001111 | 0 | 11011 | 100011111 | 1000001 | 101100 |
Color Harmonies of #9C27BB
Complementary color
Monochromatic Colors of #9C27BB
Black with #9C27BB
Text Example
Text Example
White with #9C27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C27BB; }
p { color: rgb(156,39,187); }
H1.HeaderClassName
{
color: #9C27BB;
}
.AnyTagClassName
{
color: #9C27BB;
}
</style>
background-color css
<style>
a { background-color: #9C27BB; }
a { background-color: rgb(156,39,187); }
div.DivClassName
{
background-color: #9C27BB;
}
.BgClassName
{
background-color: #9C27BB;
}
</style>
border-color css
<style>
span { border-color: #9C27BB; }
span { border-color: rgb(156,39,187); }
td.TdClassName
{
border-color: #9C27BB;
}
.TagClassName
{
border-color: #9C27BB;
}
</style>