Shades of Dark Orchid #932EC7
Tints of Dark Orchid #932EC7
RGB
CMYK
RGB Variations
Color information
#932EC7 (or 0x932EC7) is known color: Dark Orchid. HEX triplet: 93, 2E and C7. RGB value is (147,46,199). Sum of RGB (Red+Green+Blue) = 147+46+199=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #932EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932EC7 is #6CD138. Grayscale: #5D5D5D. Windows color (decimal): -7131449 or 13053587. OLE color: 13053587.
HSL color Cylindrical-coordinate representation of color #932EC7: hue angle of 279.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932EC7 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 46 | 199 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.22 |
| HSL | 279.61º | 0.62% | 0.48% | - |
| HSV(B) | 279.61º | 0.77% | 0.78% | - |
| XYZ | 23.32 | 12.28 | 55.17 | - |
| YUV | 93.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 199 | 0.26 | 0.77 | 0 | 0.22 | 279.61 | 0.62 | 0.48 |
| Hex | 93 | 2E | C7 | 1A | 4D | 0 | 16 | 118 | 3E | 30 |
| Octal | 223 | 56 | 307 | 32 | 115 | 0 | 26 | 430 | 76 | 60 |
| Binary | 10010011 | 101110 | 11000111 | 11010 | 1001101 | 0 | 10110 | 100011000 | 111110 | 110000 |
Color Harmonies of #932EC7
Complementary color
Monochromatic Colors of #932EC7
Black with #932EC7
Text Example
Text Example
White with #932EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932EC7; }
p { color: rgb(147,46,199); }
H1.HeaderClassName
{
color: #932EC7;
}
.AnyTagClassName
{
color: #932EC7;
}
</style>
background-color css
<style>
a { background-color: #932EC7; }
a { background-color: rgb(147,46,199); }
div.DivClassName
{
background-color: #932EC7;
}
.BgClassName
{
background-color: #932EC7;
}
</style>
border-color css
<style>
span { border-color: #932EC7; }
span { border-color: rgb(147,46,199); }
td.TdClassName
{
border-color: #932EC7;
}
.TagClassName
{
border-color: #932EC7;
}
</style>