Shades of Dark Orchid #9C2FAC
Tints of Dark Orchid #9C2FAC
RGB
CMYK
RGB Variations
Color information
#9C2FAC (or 0x9C2FAC) is known color: Dark Orchid. HEX triplet: 9C, 2F and AC. RGB value is (156,47,172). Sum of RGB (Red+Green+Blue) = 156+47+172=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2FAC is #63D053. Grayscale: #5D5D5D. Windows color (decimal): -6541396 or 11284380. OLE color: 11284380.
HSL color Cylindrical-coordinate representation of color #9C2FAC: hue angle of 292.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2FAC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 47 | 172 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.33 |
| HSL | 292.32º | 0.57% | 0.43% | - |
| HSV(B) | 292.32º | 0.73% | 0.67% | - |
| XYZ | 22.17 | 12.08 | 40.19 | - |
| YUV | 93.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 172 | 0.09 | 0.73 | 0 | 0.33 | 292.32 | 0.57 | 0.43 |
| Hex | 9C | 2F | AC | 9 | 49 | 0 | 21 | 124 | 39 | 2B |
| Octal | 234 | 57 | 254 | 11 | 111 | 0 | 41 | 444 | 71 | 53 |
| Binary | 10011100 | 101111 | 10101100 | 1001 | 1001001 | 0 | 100001 | 100100100 | 111001 | 101011 |
Color Harmonies of #9C2FAC
Complementary color
Monochromatic Colors of #9C2FAC
Black with #9C2FAC
Text Example
Text Example
White with #9C2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FAC; }
p { color: rgb(156,47,172); }
H1.HeaderClassName
{
color: #9C2FAC;
}
.AnyTagClassName
{
color: #9C2FAC;
}
</style>
background-color css
<style>
a { background-color: #9C2FAC; }
a { background-color: rgb(156,47,172); }
div.DivClassName
{
background-color: #9C2FAC;
}
.BgClassName
{
background-color: #9C2FAC;
}
</style>
border-color css
<style>
span { border-color: #9C2FAC; }
span { border-color: rgb(156,47,172); }
td.TdClassName
{
border-color: #9C2FAC;
}
.TagClassName
{
border-color: #9C2FAC;
}
</style>