Shades of Dark Orchid #942ACE
Tints of Dark Orchid #942ACE
RGB
CMYK
RGB Variations
Color information
#942ACE (or 0x942ACE) is known color: Dark Orchid. HEX triplet: 94, 2A and CE. RGB value is (148,42,206). Sum of RGB (Red+Green+Blue) = 148+42+206=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #942ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ACE is #6BD531. Grayscale: #5B5B5B. Windows color (decimal): -7066930 or 13511316. OLE color: 13511316.
HSL color Cylindrical-coordinate representation of color #942ACE: hue angle of 278.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942ACE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 42 | 206 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.19 |
| HSL | 278.78º | 0.66% | 0.49% | - |
| HSV(B) | 278.78º | 0.8% | 0.81% | - |
| XYZ | 24.18 | 12.41 | 59.51 | - |
| YUV | 92.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 206 | 0.28 | 0.80 | 0 | 0.19 | 278.78 | 0.66 | 0.49 |
| Hex | 94 | 2A | CE | 1C | 50 | 0 | 13 | 117 | 42 | 31 |
| Octal | 224 | 52 | 316 | 34 | 120 | 0 | 23 | 427 | 102 | 61 |
| Binary | 10010100 | 101010 | 11001110 | 11100 | 1010000 | 0 | 10011 | 100010111 | 1000010 | 110001 |
Color Harmonies of #942ACE
Complementary color
Monochromatic Colors of #942ACE
Black with #942ACE
Text Example
Text Example
White with #942ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ACE; }
p { color: rgb(148,42,206); }
H1.HeaderClassName
{
color: #942ACE;
}
.AnyTagClassName
{
color: #942ACE;
}
</style>
background-color css
<style>
a { background-color: #942ACE; }
a { background-color: rgb(148,42,206); }
div.DivClassName
{
background-color: #942ACE;
}
.BgClassName
{
background-color: #942ACE;
}
</style>
border-color css
<style>
span { border-color: #942ACE; }
span { border-color: rgb(148,42,206); }
td.TdClassName
{
border-color: #942ACE;
}
.TagClassName
{
border-color: #942ACE;
}
</style>