Shades of Dark Orchid #942DAE
Tints of Dark Orchid #942DAE
RGB
CMYK
RGB Variations
Color information
#942DAE (or 0x942DAE) is known color: Dark Orchid. HEX triplet: 94, 2D and AE. RGB value is (148,45,174). Sum of RGB (Red+Green+Blue) = 148+45+174=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #942DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942DAE is #6BD251. Grayscale: #5A5A5A. Windows color (decimal): -7066194 or 11414932. OLE color: 11414932.
HSL color Cylindrical-coordinate representation of color #942DAE: hue angle of 287.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942DAE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 45 | 174 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.32 |
| HSL | 287.91º | 0.59% | 0.43% | - |
| HSV(B) | 287.91º | 0.74% | 0.68% | - |
| XYZ | 20.79 | 11.23 | 41.12 | - |
| YUV | 90.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 174 | 0.15 | 0.74 | 0 | 0.32 | 287.91 | 0.59 | 0.43 |
| Hex | 94 | 2D | AE | F | 4A | 0 | 20 | 120 | 3B | 2B |
| Octal | 224 | 55 | 256 | 17 | 112 | 0 | 40 | 440 | 73 | 53 |
| Binary | 10010100 | 101101 | 10101110 | 1111 | 1001010 | 0 | 100000 | 100100000 | 111011 | 101011 |
Color Harmonies of #942DAE
Complementary color
Monochromatic Colors of #942DAE
Black with #942DAE
Text Example
Text Example
White with #942DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DAE; }
p { color: rgb(148,45,174); }
H1.HeaderClassName
{
color: #942DAE;
}
.AnyTagClassName
{
color: #942DAE;
}
</style>
background-color css
<style>
a { background-color: #942DAE; }
a { background-color: rgb(148,45,174); }
div.DivClassName
{
background-color: #942DAE;
}
.BgClassName
{
background-color: #942DAE;
}
</style>
border-color css
<style>
span { border-color: #942DAE; }
span { border-color: rgb(148,45,174); }
td.TdClassName
{
border-color: #942DAE;
}
.TagClassName
{
border-color: #942DAE;
}
</style>