Shades of Dark Orchid #9C30AC
Tints of Dark Orchid #9C30AC
RGB
CMYK
RGB Variations
Color information
#9C30AC (or 0x9C30AC) is known color: Dark Orchid. HEX triplet: 9C, 30 and AC. RGB value is (156,48,172). Sum of RGB (Red+Green+Blue) = 156+48+172=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C30AC is #63CF53. Grayscale: #5E5E5E. Windows color (decimal): -6541140 or 11284636. OLE color: 11284636.
HSL color Cylindrical-coordinate representation of color #9C30AC: hue angle of 292.26º degrees, saturation: 0.56, 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 #9C30AC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 48 | 172 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.33 |
| HSL | 292.26º | 0.56% | 0.43% | - |
| HSV(B) | 292.26º | 0.72% | 0.67% | - |
| XYZ | 22.21 | 12.16 | 40.21 | - |
| YUV | 94.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 172 | 0.09 | 0.72 | 0 | 0.33 | 292.26 | 0.56 | 0.43 |
| Hex | 9C | 30 | AC | 9 | 48 | 0 | 21 | 124 | 38 | 2B |
| Octal | 234 | 60 | 254 | 11 | 110 | 0 | 41 | 444 | 70 | 53 |
| Binary | 10011100 | 110000 | 10101100 | 1001 | 1001000 | 0 | 100001 | 100100100 | 111000 | 101011 |
Color Harmonies of #9C30AC
Complementary color
Monochromatic Colors of #9C30AC
Black with #9C30AC
Text Example
Text Example
White with #9C30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C30AC; }
p { color: rgb(156,48,172); }
H1.HeaderClassName
{
color: #9C30AC;
}
.AnyTagClassName
{
color: #9C30AC;
}
</style>
background-color css
<style>
a { background-color: #9C30AC; }
a { background-color: rgb(156,48,172); }
div.DivClassName
{
background-color: #9C30AC;
}
.BgClassName
{
background-color: #9C30AC;
}
</style>
border-color css
<style>
span { border-color: #9C30AC; }
span { border-color: rgb(156,48,172); }
td.TdClassName
{
border-color: #9C30AC;
}
.TagClassName
{
border-color: #9C30AC;
}
</style>