Shades of Dark Orchid #942FAE
Tints of Dark Orchid #942FAE
RGB
CMYK
RGB Variations
Color information
#942FAE (or 0x942FAE) is known color: Dark Orchid. HEX triplet: 94, 2F and AE. RGB value is (148,47,174). Sum of RGB (Red+Green+Blue) = 148+47+174=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #942FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FAE is #6BD051. Grayscale: #5B5B5B. Windows color (decimal): -7065682 or 11415444. OLE color: 11415444.
HSL color Cylindrical-coordinate representation of color #942FAE: hue angle of 287.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942FAE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 47 | 174 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.32 |
| HSL | 287.72º | 0.57% | 0.43% | - |
| HSV(B) | 287.72º | 0.73% | 0.68% | - |
| XYZ | 20.87 | 11.38 | 41.14 | - |
| YUV | 91.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 174 | 0.15 | 0.73 | 0 | 0.32 | 287.72 | 0.57 | 0.43 |
| Hex | 94 | 2F | AE | F | 49 | 0 | 20 | 120 | 39 | 2B |
| Octal | 224 | 57 | 256 | 17 | 111 | 0 | 40 | 440 | 71 | 53 |
| Binary | 10010100 | 101111 | 10101110 | 1111 | 1001001 | 0 | 100000 | 100100000 | 111001 | 101011 |
Color Harmonies of #942FAE
Complementary color
Monochromatic Colors of #942FAE
Black with #942FAE
Text Example
Text Example
White with #942FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FAE; }
p { color: rgb(148,47,174); }
H1.HeaderClassName
{
color: #942FAE;
}
.AnyTagClassName
{
color: #942FAE;
}
</style>
background-color css
<style>
a { background-color: #942FAE; }
a { background-color: rgb(148,47,174); }
div.DivClassName
{
background-color: #942FAE;
}
.BgClassName
{
background-color: #942FAE;
}
</style>
border-color css
<style>
span { border-color: #942FAE; }
span { border-color: rgb(148,47,174); }
td.TdClassName
{
border-color: #942FAE;
}
.TagClassName
{
border-color: #942FAE;
}
</style>