Shades of Dark Orchid #933ECC
Tints of Dark Orchid #933ECC
RGB
CMYK
RGB Variations
Color information
#933ECC (or 0x933ECC) is known color: Dark Orchid. HEX triplet: 93, 3E and CC. RGB value is (147,62,204). Sum of RGB (Red+Green+Blue) = 147+62+204=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #933ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECC is #6CC133. Grayscale: #676767. Windows color (decimal): -7127348 or 13385363. OLE color: 13385363.
HSL color Cylindrical-coordinate representation of color #933ECC: hue angle of 275.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ECC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 62 | 204 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.2 |
| HSL | 275.92º | 0.58% | 0.52% | - |
| HSV(B) | 275.92º | 0.7% | 0.8% | - |
| XYZ | 24.65 | 14.01 | 58.53 | - |
| YUV | 103.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 204 | 0.28 | 0.70 | 0 | 0.2 | 275.92 | 0.58 | 0.52 |
| Hex | 93 | 3E | CC | 1C | 46 | 0 | 14 | 114 | 3A | 34 |
| Octal | 223 | 76 | 314 | 34 | 106 | 0 | 24 | 424 | 72 | 64 |
| Binary | 10010011 | 111110 | 11001100 | 11100 | 1000110 | 0 | 10100 | 100010100 | 111010 | 110100 |
Color Harmonies of #933ECC
Complementary color
Monochromatic Colors of #933ECC
Black with #933ECC
Text Example
Text Example
White with #933ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ECC; }
p { color: rgb(147,62,204); }
H1.HeaderClassName
{
color: #933ECC;
}
.AnyTagClassName
{
color: #933ECC;
}
</style>
background-color css
<style>
a { background-color: #933ECC; }
a { background-color: rgb(147,62,204); }
div.DivClassName
{
background-color: #933ECC;
}
.BgClassName
{
background-color: #933ECC;
}
</style>
border-color css
<style>
span { border-color: #933ECC; }
span { border-color: rgb(147,62,204); }
td.TdClassName
{
border-color: #933ECC;
}
.TagClassName
{
border-color: #933ECC;
}
</style>