Shades of Dark Orchid #942CAC
Tints of Dark Orchid #942CAC
RGB
CMYK
RGB Variations
Color information
#942CAC (or 0x942CAC) is known color: Dark Orchid. HEX triplet: 94, 2C and AC. RGB value is (148,44,172). Sum of RGB (Red+Green+Blue) = 148+44+172=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #942CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942CAC is #6BD353. Grayscale: #595959. Windows color (decimal): -7066452 or 11283604. OLE color: 11283604.
HSL color Cylindrical-coordinate representation of color #942CAC: hue angle of 288.75º 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 #942CAC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 44 | 172 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.33 |
| HSL | 288.75º | 0.59% | 0.42% | - |
| HSV(B) | 288.75º | 0.74% | 0.67% | - |
| XYZ | 20.56 | 11.08 | 40.08 | - |
| YUV | 89.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 172 | 0.14 | 0.74 | 0 | 0.33 | 288.75 | 0.59 | 0.42 |
| Hex | 94 | 2C | AC | E | 4A | 0 | 21 | 121 | 3B | 2A |
| Octal | 224 | 54 | 254 | 16 | 112 | 0 | 41 | 441 | 73 | 52 |
| Binary | 10010100 | 101100 | 10101100 | 1110 | 1001010 | 0 | 100001 | 100100001 | 111011 | 101010 |
Color Harmonies of #942CAC
Complementary color
Monochromatic Colors of #942CAC
Black with #942CAC
Text Example
Text Example
White with #942CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942CAC; }
p { color: rgb(148,44,172); }
H1.HeaderClassName
{
color: #942CAC;
}
.AnyTagClassName
{
color: #942CAC;
}
</style>
background-color css
<style>
a { background-color: #942CAC; }
a { background-color: rgb(148,44,172); }
div.DivClassName
{
background-color: #942CAC;
}
.BgClassName
{
background-color: #942CAC;
}
</style>
border-color css
<style>
span { border-color: #942CAC; }
span { border-color: rgb(148,44,172); }
td.TdClassName
{
border-color: #942CAC;
}
.TagClassName
{
border-color: #942CAC;
}
</style>