Shades of Dark Orchid #942BAD
Tints of Dark Orchid #942BAD
RGB
CMYK
RGB Variations
Color information
#942BAD (or 0x942BAD) is known color: Dark Orchid. HEX triplet: 94, 2B and AD. RGB value is (148,43,173). Sum of RGB (Red+Green+Blue) = 148+43+173=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #942BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942BAD is #6BD452. Grayscale: #585858. Windows color (decimal): -7066707 or 11348884. OLE color: 11348884.
HSL color Cylindrical-coordinate representation of color #942BAD: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942BAD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 43 | 173 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.32 |
| HSL | 288.46º | 0.6% | 0.42% | - |
| HSV(B) | 288.46º | 0.75% | 0.68% | - |
| XYZ | 20.62 | 11.04 | 40.58 | - |
| YUV | 89.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 173 | 0.14 | 0.75 | 0 | 0.32 | 288.46 | 0.6 | 0.42 |
| Hex | 94 | 2B | AD | E | 4B | 0 | 20 | 120 | 3C | 2A |
| Octal | 224 | 53 | 255 | 16 | 113 | 0 | 40 | 440 | 74 | 52 |
| Binary | 10010100 | 101011 | 10101101 | 1110 | 1001011 | 0 | 100000 | 100100000 | 111100 | 101010 |
Color Harmonies of #942BAD
Complementary color
Monochromatic Colors of #942BAD
Black with #942BAD
Text Example
Text Example
White with #942BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BAD; }
p { color: rgb(148,43,173); }
H1.HeaderClassName
{
color: #942BAD;
}
.AnyTagClassName
{
color: #942BAD;
}
</style>
background-color css
<style>
a { background-color: #942BAD; }
a { background-color: rgb(148,43,173); }
div.DivClassName
{
background-color: #942BAD;
}
.BgClassName
{
background-color: #942BAD;
}
</style>
border-color css
<style>
span { border-color: #942BAD; }
span { border-color: rgb(148,43,173); }
td.TdClassName
{
border-color: #942BAD;
}
.TagClassName
{
border-color: #942BAD;
}
</style>