Shades of Dark Orchid #933ED8
Tints of Dark Orchid #933ED8
RGB
CMYK
RGB Variations
Color information
#933ED8 (or 0x933ED8) is known color: Dark Orchid. HEX triplet: 93, 3E and D8. RGB value is (147,62,216). Sum of RGB (Red+Green+Blue) = 147+62+216=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #933ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ED8 is #6CC127. Grayscale: #686868. Windows color (decimal): -7127336 or 14171795. OLE color: 14171795.
HSL color Cylindrical-coordinate representation of color #933ED8: hue angle of 273.12º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933ED8 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 62 | 216 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.15 |
| HSL | 273.12º | 0.66% | 0.55% | - |
| HSV(B) | 273.12º | 0.71% | 0.85% | - |
| XYZ | 26.15 | 14.61 | 66.41 | - |
| YUV | 104.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 216 | 0.32 | 0.71 | 0 | 0.15 | 273.12 | 0.66 | 0.55 |
| Hex | 93 | 3E | D8 | 20 | 47 | 0 | F | 111 | 42 | 37 |
| Octal | 223 | 76 | 330 | 40 | 107 | 0 | 17 | 421 | 102 | 67 |
| Binary | 10010011 | 111110 | 11011000 | 100000 | 1000111 | 0 | 1111 | 100010001 | 1000010 | 110111 |
Color Harmonies of #933ED8
Complementary color
Monochromatic Colors of #933ED8
Black with #933ED8
Text Example
Text Example
White with #933ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ED8; }
p { color: rgb(147,62,216); }
H1.HeaderClassName
{
color: #933ED8;
}
.AnyTagClassName
{
color: #933ED8;
}
</style>
background-color css
<style>
a { background-color: #933ED8; }
a { background-color: rgb(147,62,216); }
div.DivClassName
{
background-color: #933ED8;
}
.BgClassName
{
background-color: #933ED8;
}
</style>
border-color css
<style>
span { border-color: #933ED8; }
span { border-color: rgb(147,62,216); }
td.TdClassName
{
border-color: #933ED8;
}
.TagClassName
{
border-color: #933ED8;
}
</style>