Shades of Dark Orchid #9C27BC
Tints of Dark Orchid #9C27BC
RGB
CMYK
RGB Variations
Color information
#9C27BC (or 0x9C27BC) is known color: Dark Orchid. HEX triplet: 9C, 27 and BC. RGB value is (156,39,188). Sum of RGB (Red+Green+Blue) = 156+39+188=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27BC is #63D843. Grayscale: #5A5A5A. Windows color (decimal): -6543428 or 12330908. OLE color: 12330908.
HSL color Cylindrical-coordinate representation of color #9C27BC: hue angle of 287.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C27BC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 39 | 188 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.26 |
| HSL | 287.11º | 0.66% | 0.45% | - |
| HSV(B) | 287.11º | 0.79% | 0.74% | - |
| XYZ | 23.51 | 12.15 | 48.68 | - |
| YUV | 90.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 188 | 0.17 | 0.79 | 0 | 0.26 | 287.11 | 0.66 | 0.45 |
| Hex | 9C | 27 | BC | 11 | 4F | 0 | 1A | 11F | 42 | 2D |
| Octal | 234 | 47 | 274 | 21 | 117 | 0 | 32 | 437 | 102 | 55 |
| Binary | 10011100 | 100111 | 10111100 | 10001 | 1001111 | 0 | 11010 | 100011111 | 1000010 | 101101 |
Color Harmonies of #9C27BC
Complementary color
Monochromatic Colors of #9C27BC
Black with #9C27BC
Text Example
Text Example
White with #9C27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C27BC; }
p { color: rgb(156,39,188); }
H1.HeaderClassName
{
color: #9C27BC;
}
.AnyTagClassName
{
color: #9C27BC;
}
</style>
background-color css
<style>
a { background-color: #9C27BC; }
a { background-color: rgb(156,39,188); }
div.DivClassName
{
background-color: #9C27BC;
}
.BgClassName
{
background-color: #9C27BC;
}
</style>
border-color css
<style>
span { border-color: #9C27BC; }
span { border-color: rgb(156,39,188); }
td.TdClassName
{
border-color: #9C27BC;
}
.TagClassName
{
border-color: #9C27BC;
}
</style>