Shades of Dark Orchid #933ED9
Tints of Dark Orchid #933ED9
RGB
CMYK
RGB Variations
Color information
#933ED9 (or 0x933ED9) is known color: Dark Orchid. HEX triplet: 93, 3E and D9. RGB value is (147,62,217). Sum of RGB (Red+Green+Blue) = 147+62+217=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #933ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ED9 is #6CC126. Grayscale: #686868. Windows color (decimal): -7127335 or 14237331. OLE color: 14237331.
HSL color Cylindrical-coordinate representation of color #933ED9: hue angle of 272.9º degrees, saturation: 0.67, 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 #933ED9 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 62 | 217 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.15 |
| HSL | 272.9º | 0.67% | 0.55% | - |
| HSV(B) | 272.9º | 0.71% | 0.85% | - |
| XYZ | 26.28 | 14.66 | 67.09 | - |
| YUV | 105.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 217 | 0.32 | 0.71 | 0 | 0.15 | 272.9 | 0.67 | 0.55 |
| Hex | 93 | 3E | D9 | 20 | 47 | 0 | F | 111 | 43 | 37 |
| Octal | 223 | 76 | 331 | 40 | 107 | 0 | 17 | 421 | 103 | 67 |
| Binary | 10010011 | 111110 | 11011001 | 100000 | 1000111 | 0 | 1111 | 100010001 | 1000011 | 110111 |
Color Harmonies of #933ED9
Complementary color
Monochromatic Colors of #933ED9
Black with #933ED9
Text Example
Text Example
White with #933ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ED9; }
p { color: rgb(147,62,217); }
H1.HeaderClassName
{
color: #933ED9;
}
.AnyTagClassName
{
color: #933ED9;
}
</style>
background-color css
<style>
a { background-color: #933ED9; }
a { background-color: rgb(147,62,217); }
div.DivClassName
{
background-color: #933ED9;
}
.BgClassName
{
background-color: #933ED9;
}
</style>
border-color css
<style>
span { border-color: #933ED9; }
span { border-color: rgb(147,62,217); }
td.TdClassName
{
border-color: #933ED9;
}
.TagClassName
{
border-color: #933ED9;
}
</style>