Shades of Dark Orchid #932CAC
Tints of Dark Orchid #932CAC
RGB
CMYK
RGB Variations
Color information
#932CAC (or 0x932CAC) is known color: Dark Orchid. HEX triplet: 93, 2C and AC. RGB value is (147,44,172). Sum of RGB (Red+Green+Blue) = 147+44+172=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #932CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932CAC is #6CD353. Grayscale: #585858. Windows color (decimal): -7131988 or 11283603. OLE color: 11283603.
HSL color Cylindrical-coordinate representation of color #932CAC: hue angle of 288.28º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932CAC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 44 | 172 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.33 |
| HSL | 288.28º | 0.59% | 0.42% | - |
| HSV(B) | 288.28º | 0.74% | 0.67% | - |
| XYZ | 20.38 | 10.98 | 40.08 | - |
| YUV | 89.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 172 | 0.15 | 0.74 | 0 | 0.33 | 288.28 | 0.59 | 0.42 |
| Hex | 93 | 2C | AC | F | 4A | 0 | 21 | 120 | 3B | 2A |
| Octal | 223 | 54 | 254 | 17 | 112 | 0 | 41 | 440 | 73 | 52 |
| Binary | 10010011 | 101100 | 10101100 | 1111 | 1001010 | 0 | 100001 | 100100000 | 111011 | 101010 |
Color Harmonies of #932CAC
Complementary color
Monochromatic Colors of #932CAC
Black with #932CAC
Text Example
Text Example
White with #932CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932CAC; }
p { color: rgb(147,44,172); }
H1.HeaderClassName
{
color: #932CAC;
}
.AnyTagClassName
{
color: #932CAC;
}
</style>
background-color css
<style>
a { background-color: #932CAC; }
a { background-color: rgb(147,44,172); }
div.DivClassName
{
background-color: #932CAC;
}
.BgClassName
{
background-color: #932CAC;
}
</style>
border-color css
<style>
span { border-color: #932CAC; }
span { border-color: rgb(147,44,172); }
td.TdClassName
{
border-color: #932CAC;
}
.TagClassName
{
border-color: #932CAC;
}
</style>