Shades of Dark Orchid #932ED0
Tints of Dark Orchid #932ED0
RGB
CMYK
RGB Variations
Color information
#932ED0 (or 0x932ED0) is known color: Dark Orchid. HEX triplet: 93, 2E and D0. RGB value is (147,46,208). Sum of RGB (Red+Green+Blue) = 147+46+208=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #932ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ED0 is #6CD12F. Grayscale: #5E5E5E. Windows color (decimal): -7131440 or 13643411. OLE color: 13643411.
HSL color Cylindrical-coordinate representation of color #932ED0: hue angle of 277.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932ED0 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 46 | 208 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.18 |
| HSL | 277.41º | 0.64% | 0.5% | - |
| HSV(B) | 277.41º | 0.78% | 0.82% | - |
| XYZ | 24.39 | 12.71 | 60.84 | - |
| YUV | 94.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 208 | 0.29 | 0.78 | 0 | 0.18 | 277.41 | 0.64 | 0.5 |
| Hex | 93 | 2E | D0 | 1D | 4E | 0 | 12 | 115 | 40 | 32 |
| Octal | 223 | 56 | 320 | 35 | 116 | 0 | 22 | 425 | 100 | 62 |
| Binary | 10010011 | 101110 | 11010000 | 11101 | 1001110 | 0 | 10010 | 100010101 | 1000000 | 110010 |
Color Harmonies of #932ED0
Complementary color
Monochromatic Colors of #932ED0
Black with #932ED0
Text Example
Text Example
White with #932ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932ED0; }
p { color: rgb(147,46,208); }
H1.HeaderClassName
{
color: #932ED0;
}
.AnyTagClassName
{
color: #932ED0;
}
</style>
background-color css
<style>
a { background-color: #932ED0; }
a { background-color: rgb(147,46,208); }
div.DivClassName
{
background-color: #932ED0;
}
.BgClassName
{
background-color: #932ED0;
}
</style>
border-color css
<style>
span { border-color: #932ED0; }
span { border-color: rgb(147,46,208); }
td.TdClassName
{
border-color: #932ED0;
}
.TagClassName
{
border-color: #932ED0;
}
</style>