Shades of Dark Orchid #942ECE
Tints of Dark Orchid #942ECE
RGB
CMYK
RGB Variations
Color information
#942ECE (or 0x942ECE) is known color: Dark Orchid. HEX triplet: 94, 2E and CE. RGB value is (148,46,206). Sum of RGB (Red+Green+Blue) = 148+46+206=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #942ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ECE is #6BD131. Grayscale: #5E5E5E. Windows color (decimal): -7065906 or 13512340. OLE color: 13512340.
HSL color Cylindrical-coordinate representation of color #942ECE: hue angle of 278.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942ECE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 46 | 206 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.19 |
| HSL | 278.25º | 0.63% | 0.49% | - |
| HSV(B) | 278.25º | 0.78% | 0.81% | - |
| XYZ | 24.33 | 12.71 | 59.56 | - |
| YUV | 94.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 206 | 0.28 | 0.78 | 0 | 0.19 | 278.25 | 0.63 | 0.49 |
| Hex | 94 | 2E | CE | 1C | 4E | 0 | 13 | 116 | 3F | 31 |
| Octal | 224 | 56 | 316 | 34 | 116 | 0 | 23 | 426 | 77 | 61 |
| Binary | 10010100 | 101110 | 11001110 | 11100 | 1001110 | 0 | 10011 | 100010110 | 111111 | 110001 |
Color Harmonies of #942ECE
Complementary color
Monochromatic Colors of #942ECE
Black with #942ECE
Text Example
Text Example
White with #942ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ECE; }
p { color: rgb(148,46,206); }
H1.HeaderClassName
{
color: #942ECE;
}
.AnyTagClassName
{
color: #942ECE;
}
</style>
background-color css
<style>
a { background-color: #942ECE; }
a { background-color: rgb(148,46,206); }
div.DivClassName
{
background-color: #942ECE;
}
.BgClassName
{
background-color: #942ECE;
}
</style>
border-color css
<style>
span { border-color: #942ECE; }
span { border-color: rgb(148,46,206); }
td.TdClassName
{
border-color: #942ECE;
}
.TagClassName
{
border-color: #942ECE;
}
</style>