Shades of Dark Orchid #933EC6
Tints of Dark Orchid #933EC6
RGB
CMYK
RGB Variations
Color information
#933EC6 (or 0x933EC6) is known color: Dark Orchid. HEX triplet: 93, 3E and C6. RGB value is (147,62,198). Sum of RGB (Red+Green+Blue) = 147+62+198=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #933EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EC6 is #6CC139. Grayscale: #666666. Windows color (decimal): -7127354 or 12992147. OLE color: 12992147.
HSL color Cylindrical-coordinate representation of color #933EC6: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933EC6 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 62 | 198 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.22 |
| HSL | 277.5º | 0.54% | 0.51% | - |
| HSV(B) | 277.5º | 0.69% | 0.78% | - |
| XYZ | 23.95 | 13.73 | 54.81 | - |
| YUV | 102.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 198 | 0.26 | 0.69 | 0 | 0.22 | 277.5 | 0.54 | 0.51 |
| Hex | 93 | 3E | C6 | 1A | 45 | 0 | 16 | 116 | 36 | 33 |
| Octal | 223 | 76 | 306 | 32 | 105 | 0 | 26 | 426 | 66 | 63 |
| Binary | 10010011 | 111110 | 11000110 | 11010 | 1000101 | 0 | 10110 | 100010110 | 110110 | 110011 |
Color Harmonies of #933EC6
Complementary color
Monochromatic Colors of #933EC6
Black with #933EC6
Text Example
Text Example
White with #933EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933EC6; }
p { color: rgb(147,62,198); }
H1.HeaderClassName
{
color: #933EC6;
}
.AnyTagClassName
{
color: #933EC6;
}
</style>
background-color css
<style>
a { background-color: #933EC6; }
a { background-color: rgb(147,62,198); }
div.DivClassName
{
background-color: #933EC6;
}
.BgClassName
{
background-color: #933EC6;
}
</style>
border-color css
<style>
span { border-color: #933EC6; }
span { border-color: rgb(147,62,198); }
td.TdClassName
{
border-color: #933EC6;
}
.TagClassName
{
border-color: #933EC6;
}
</style>