Shades of Dark Orchid #9323AC
Tints of Dark Orchid #9323AC
RGB
CMYK
RGB Variations
Color information
#9323AC (or 0x9323AC) is known color: Dark Orchid. HEX triplet: 93, 23 and AC. RGB value is (147,35,172). Sum of RGB (Red+Green+Blue) = 147+35+172=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9323AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9323AC is #6CDC53. Grayscale: #535353. Windows color (decimal): -7134292 or 11281299. OLE color: 11281299.
HSL color Cylindrical-coordinate representation of color #9323AC: hue angle of 289.05º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9323AC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 35 | 172 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.33 |
| HSL | 289.05º | 0.66% | 0.41% | - |
| HSV(B) | 289.05º | 0.8% | 0.67% | - |
| XYZ | 20.08 | 10.38 | 39.98 | - |
| YUV | 84.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 172 | 0.15 | 0.80 | 0 | 0.33 | 289.05 | 0.66 | 0.41 |
| Hex | 93 | 23 | AC | F | 50 | 0 | 21 | 121 | 42 | 29 |
| Octal | 223 | 43 | 254 | 17 | 120 | 0 | 41 | 441 | 102 | 51 |
| Binary | 10010011 | 100011 | 10101100 | 1111 | 1010000 | 0 | 100001 | 100100001 | 1000010 | 101001 |
Color Harmonies of #9323AC
Complementary color
Monochromatic Colors of #9323AC
Black with #9323AC
Text Example
Text Example
White with #9323AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9323AC; }
p { color: rgb(147,35,172); }
H1.HeaderClassName
{
color: #9323AC;
}
.AnyTagClassName
{
color: #9323AC;
}
</style>
background-color css
<style>
a { background-color: #9323AC; }
a { background-color: rgb(147,35,172); }
div.DivClassName
{
background-color: #9323AC;
}
.BgClassName
{
background-color: #9323AC;
}
</style>
border-color css
<style>
span { border-color: #9323AC; }
span { border-color: rgb(147,35,172); }
td.TdClassName
{
border-color: #9323AC;
}
.TagClassName
{
border-color: #9323AC;
}
</style>