Shades of Dark Orchid #933ECF
Tints of Dark Orchid #933ECF
RGB
CMYK
RGB Variations
Color information
#933ECF (or 0x933ECF) is known color: Dark Orchid. HEX triplet: 93, 3E and CF. RGB value is (147,62,207). Sum of RGB (Red+Green+Blue) = 147+62+207=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #933ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECF is #6CC130. Grayscale: #676767. Windows color (decimal): -7127345 or 13581971. OLE color: 13581971.
HSL color Cylindrical-coordinate representation of color #933ECF: hue angle of 275.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ECF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 62 | 207 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.19 |
| HSL | 275.17º | 0.6% | 0.53% | - |
| HSV(B) | 275.17º | 0.7% | 0.81% | - |
| XYZ | 25.02 | 14.15 | 60.44 | - |
| YUV | 103.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 207 | 0.29 | 0.70 | 0 | 0.19 | 275.17 | 0.6 | 0.53 |
| Hex | 93 | 3E | CF | 1D | 46 | 0 | 13 | 113 | 3C | 35 |
| Octal | 223 | 76 | 317 | 35 | 106 | 0 | 23 | 423 | 74 | 65 |
| Binary | 10010011 | 111110 | 11001111 | 11101 | 1000110 | 0 | 10011 | 100010011 | 111100 | 110101 |
Color Harmonies of #933ECF
Complementary color
Monochromatic Colors of #933ECF
Black with #933ECF
Text Example
Text Example
White with #933ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ECF; }
p { color: rgb(147,62,207); }
H1.HeaderClassName
{
color: #933ECF;
}
.AnyTagClassName
{
color: #933ECF;
}
</style>
background-color css
<style>
a { background-color: #933ECF; }
a { background-color: rgb(147,62,207); }
div.DivClassName
{
background-color: #933ECF;
}
.BgClassName
{
background-color: #933ECF;
}
</style>
border-color css
<style>
span { border-color: #933ECF; }
span { border-color: rgb(147,62,207); }
td.TdClassName
{
border-color: #933ECF;
}
.TagClassName
{
border-color: #933ECF;
}
</style>