Shades of Dark Orchid #933EC7
Tints of Dark Orchid #933EC7
RGB
CMYK
RGB Variations
Color information
#933EC7 (or 0x933EC7) is known color: Dark Orchid. HEX triplet: 93, 3E and C7. RGB value is (147,62,199). Sum of RGB (Red+Green+Blue) = 147+62+199=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #933EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EC7 is #6CC138. Grayscale: #666666. Windows color (decimal): -7127353 or 13057683. OLE color: 13057683.
HSL color Cylindrical-coordinate representation of color #933EC7: hue angle of 277.23º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933EC7 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 62 | 199 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.22 |
| HSL | 277.23º | 0.55% | 0.51% | - |
| HSV(B) | 277.23º | 0.69% | 0.78% | - |
| XYZ | 24.06 | 13.77 | 55.42 | - |
| YUV | 103.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 199 | 0.26 | 0.69 | 0 | 0.22 | 277.23 | 0.55 | 0.51 |
| Hex | 93 | 3E | C7 | 1A | 45 | 0 | 16 | 115 | 37 | 33 |
| Octal | 223 | 76 | 307 | 32 | 105 | 0 | 26 | 425 | 67 | 63 |
| Binary | 10010011 | 111110 | 11000111 | 11010 | 1000101 | 0 | 10110 | 100010101 | 110111 | 110011 |
Color Harmonies of #933EC7
Complementary color
Monochromatic Colors of #933EC7
Black with #933EC7
Text Example
Text Example
White with #933EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933EC7; }
p { color: rgb(147,62,199); }
H1.HeaderClassName
{
color: #933EC7;
}
.AnyTagClassName
{
color: #933EC7;
}
</style>
background-color css
<style>
a { background-color: #933EC7; }
a { background-color: rgb(147,62,199); }
div.DivClassName
{
background-color: #933EC7;
}
.BgClassName
{
background-color: #933EC7;
}
</style>
border-color css
<style>
span { border-color: #933EC7; }
span { border-color: rgb(147,62,199); }
td.TdClassName
{
border-color: #933EC7;
}
.TagClassName
{
border-color: #933EC7;
}
</style>