Shades of Dark Orchid #9C2FAA
Tints of Dark Orchid #9C2FAA
RGB
CMYK
RGB Variations
Color information
#9C2FAA (or 0x9C2FAA) is known color: Dark Orchid. HEX triplet: 9C, 2F and AA. RGB value is (156,47,170). Sum of RGB (Red+Green+Blue) = 156+47+170=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C2FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2FAA is #63D055. Grayscale: #5D5D5D. Windows color (decimal): -6541398 or 11153308. OLE color: 11153308.
HSL color Cylindrical-coordinate representation of color #9C2FAA: hue angle of 293.17º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2FAA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 47 | 170 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.33 |
| HSL | 293.17º | 0.57% | 0.43% | - |
| HSV(B) | 293.17º | 0.72% | 0.67% | - |
| XYZ | 21.98 | 12 | 39.19 | - |
| YUV | 93.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 170 | 0.08 | 0.72 | 0 | 0.33 | 293.17 | 0.57 | 0.43 |
| Hex | 9C | 2F | AA | 8 | 48 | 0 | 21 | 125 | 39 | 2B |
| Octal | 234 | 57 | 252 | 10 | 110 | 0 | 41 | 445 | 71 | 53 |
| Binary | 10011100 | 101111 | 10101010 | 1000 | 1001000 | 0 | 100001 | 100100101 | 111001 | 101011 |
Color Harmonies of #9C2FAA
Complementary color
Monochromatic Colors of #9C2FAA
Black with #9C2FAA
Text Example
Text Example
White with #9C2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FAA; }
p { color: rgb(156,47,170); }
H1.HeaderClassName
{
color: #9C2FAA;
}
.AnyTagClassName
{
color: #9C2FAA;
}
</style>
background-color css
<style>
a { background-color: #9C2FAA; }
a { background-color: rgb(156,47,170); }
div.DivClassName
{
background-color: #9C2FAA;
}
.BgClassName
{
background-color: #9C2FAA;
}
</style>
border-color css
<style>
span { border-color: #9C2FAA; }
span { border-color: rgb(156,47,170); }
td.TdClassName
{
border-color: #9C2FAA;
}
.TagClassName
{
border-color: #9C2FAA;
}
</style>