Shades of Dark Orchid #942BAC
Tints of Dark Orchid #942BAC
RGB
CMYK
RGB Variations
Color information
#942BAC (or 0x942BAC) is known color: Dark Orchid. HEX triplet: 94, 2B and AC. RGB value is (148,43,172). Sum of RGB (Red+Green+Blue) = 148+43+172=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 43 (17.19% from 255 or 11.85% 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 #942BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942BAC is #6BD453. Grayscale: #585858. Windows color (decimal): -7066708 or 11283348. OLE color: 11283348.
HSL color Cylindrical-coordinate representation of color #942BAC: hue angle of 288.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942BAC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 43 | 172 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.33 |
| HSL | 288.84º | 0.6% | 0.42% | - |
| HSV(B) | 288.84º | 0.75% | 0.67% | - |
| XYZ | 20.52 | 11 | 40.07 | - |
| YUV | 89.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 172 | 0.14 | 0.75 | 0 | 0.33 | 288.84 | 0.6 | 0.42 |
| Hex | 94 | 2B | AC | E | 4B | 0 | 21 | 121 | 3C | 2A |
| Octal | 224 | 53 | 254 | 16 | 113 | 0 | 41 | 441 | 74 | 52 |
| Binary | 10010100 | 101011 | 10101100 | 1110 | 1001011 | 0 | 100001 | 100100001 | 111100 | 101010 |
Color Harmonies of #942BAC
Complementary color
Monochromatic Colors of #942BAC
Black with #942BAC
Text Example
Text Example
White with #942BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BAC; }
p { color: rgb(148,43,172); }
H1.HeaderClassName
{
color: #942BAC;
}
.AnyTagClassName
{
color: #942BAC;
}
</style>
background-color css
<style>
a { background-color: #942BAC; }
a { background-color: rgb(148,43,172); }
div.DivClassName
{
background-color: #942BAC;
}
.BgClassName
{
background-color: #942BAC;
}
</style>
border-color css
<style>
span { border-color: #942BAC; }
span { border-color: rgb(148,43,172); }
td.TdClassName
{
border-color: #942BAC;
}
.TagClassName
{
border-color: #942BAC;
}
</style>