Shades of Dark Orchid #932ECE
Tints of Dark Orchid #932ECE
RGB
CMYK
RGB Variations
Color information
#932ECE (or 0x932ECE) is known color: Dark Orchid. HEX triplet: 93, 2E and CE. RGB value is (147,46,206). Sum of RGB (Red+Green+Blue) = 147+46+206=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #932ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ECE is #6CD131. Grayscale: #5D5D5D. Windows color (decimal): -7131442 or 13512339. OLE color: 13512339.
HSL color Cylindrical-coordinate representation of color #932ECE: hue angle of 277.88º 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 #932ECE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 46 | 206 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 277.88º | 0.63% | 0.49% | - |
| HSV(B) | 277.88º | 0.78% | 0.81% | - |
| XYZ | 24.15 | 12.61 | 59.55 | - |
| YUV | 94.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 206 | 0.29 | 0.78 | 0 | 0.19 | 277.88 | 0.63 | 0.49 |
| Hex | 93 | 2E | CE | 1D | 4E | 0 | 13 | 116 | 3F | 31 |
| Octal | 223 | 56 | 316 | 35 | 116 | 0 | 23 | 426 | 77 | 61 |
| Binary | 10010011 | 101110 | 11001110 | 11101 | 1001110 | 0 | 10011 | 100010110 | 111111 | 110001 |
Color Harmonies of #932ECE
Complementary color
Monochromatic Colors of #932ECE
Black with #932ECE
Text Example
Text Example
White with #932ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932ECE; }
p { color: rgb(147,46,206); }
H1.HeaderClassName
{
color: #932ECE;
}
.AnyTagClassName
{
color: #932ECE;
}
</style>
background-color css
<style>
a { background-color: #932ECE; }
a { background-color: rgb(147,46,206); }
div.DivClassName
{
background-color: #932ECE;
}
.BgClassName
{
background-color: #932ECE;
}
</style>
border-color css
<style>
span { border-color: #932ECE; }
span { border-color: rgb(147,46,206); }
td.TdClassName
{
border-color: #932ECE;
}
.TagClassName
{
border-color: #932ECE;
}
</style>