Shades of Dark Orchid #9C24AA
Tints of Dark Orchid #9C24AA
RGB
CMYK
RGB Variations
Color information
#9C24AA (or 0x9C24AA) is known color: Dark Orchid. HEX triplet: 9C, 24 and AA. RGB value is (156,36,170). Sum of RGB (Red+Green+Blue) = 156+36+170=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C24AA is #63DB55. Grayscale: #565656. Windows color (decimal): -6544214 or 11150492. OLE color: 11150492.
HSL color Cylindrical-coordinate representation of color #9C24AA: hue angle of 293.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C24AA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 36 | 170 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.33 |
| HSL | 293.73º | 0.65% | 0.4% | - |
| HSV(B) | 293.73º | 0.79% | 0.67% | - |
| XYZ | 21.6 | 11.23 | 39.06 | - |
| YUV | 87.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 170 | 0.08 | 0.79 | 0 | 0.33 | 293.73 | 0.65 | 0.4 |
| Hex | 9C | 24 | AA | 8 | 4F | 0 | 21 | 126 | 41 | 28 |
| Octal | 234 | 44 | 252 | 10 | 117 | 0 | 41 | 446 | 101 | 50 |
| Binary | 10011100 | 100100 | 10101010 | 1000 | 1001111 | 0 | 100001 | 100100110 | 1000001 | 101000 |
Color Harmonies of #9C24AA
Complementary color
Monochromatic Colors of #9C24AA
Black with #9C24AA
Text Example
Text Example
White with #9C24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24AA; }
p { color: rgb(156,36,170); }
H1.HeaderClassName
{
color: #9C24AA;
}
.AnyTagClassName
{
color: #9C24AA;
}
</style>
background-color css
<style>
a { background-color: #9C24AA; }
a { background-color: rgb(156,36,170); }
div.DivClassName
{
background-color: #9C24AA;
}
.BgClassName
{
background-color: #9C24AA;
}
</style>
border-color css
<style>
span { border-color: #9C24AA; }
span { border-color: rgb(156,36,170); }
td.TdClassName
{
border-color: #9C24AA;
}
.TagClassName
{
border-color: #9C24AA;
}
</style>