Shades of Dark Orchid #933DD0
Tints of Dark Orchid #933DD0
RGB
CMYK
RGB Variations
Color information
#933DD0 (or 0x933DD0) is known color: Dark Orchid. HEX triplet: 93, 3D and D0. RGB value is (147,61,208). Sum of RGB (Red+Green+Blue) = 147+61+208=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #933DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DD0 is #6CC22F. Grayscale: #666666. Windows color (decimal): -7127600 or 13647251. OLE color: 13647251.
HSL color Cylindrical-coordinate representation of color #933DD0: hue angle of 275.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933DD0 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 61 | 208 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.18 |
| HSL | 275.1º | 0.61% | 0.53% | - |
| HSV(B) | 275.1º | 0.71% | 0.82% | - |
| XYZ | 25.09 | 14.09 | 61.07 | - |
| YUV | 103.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 208 | 0.29 | 0.71 | 0 | 0.18 | 275.1 | 0.61 | 0.53 |
| Hex | 93 | 3D | D0 | 1D | 47 | 0 | 12 | 113 | 3D | 35 |
| Octal | 223 | 75 | 320 | 35 | 107 | 0 | 22 | 423 | 75 | 65 |
| Binary | 10010011 | 111101 | 11010000 | 11101 | 1000111 | 0 | 10010 | 100010011 | 111101 | 110101 |
Color Harmonies of #933DD0
Complementary color
Monochromatic Colors of #933DD0
Black with #933DD0
Text Example
Text Example
White with #933DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DD0; }
p { color: rgb(147,61,208); }
H1.HeaderClassName
{
color: #933DD0;
}
.AnyTagClassName
{
color: #933DD0;
}
</style>
background-color css
<style>
a { background-color: #933DD0; }
a { background-color: rgb(147,61,208); }
div.DivClassName
{
background-color: #933DD0;
}
.BgClassName
{
background-color: #933DD0;
}
</style>
border-color css
<style>
span { border-color: #933DD0; }
span { border-color: rgb(147,61,208); }
td.TdClassName
{
border-color: #933DD0;
}
.TagClassName
{
border-color: #933DD0;
}
</style>