Shades of Dark Orchid #933AD5
Tints of Dark Orchid #933AD5
RGB
CMYK
RGB Variations
Color information
#933AD5 (or 0x933AD5) is known color: Dark Orchid. HEX triplet: 93, 3A and D5. RGB value is (147,58,213). Sum of RGB (Red+Green+Blue) = 147+58+213=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #933AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AD5 is #6CC52A. Grayscale: #656565. Windows color (decimal): -7128363 or 13974163. OLE color: 13974163.
HSL color Cylindrical-coordinate representation of color #933AD5: hue angle of 274.45º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #933AD5 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 58 | 213 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.16 |
| HSL | 274.45º | 0.65% | 0.53% | - |
| HSV(B) | 274.45º | 0.73% | 0.84% | - |
| XYZ | 25.56 | 14.03 | 64.31 | - |
| YUV | 102.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 213 | 0.31 | 0.73 | 0 | 0.16 | 274.45 | 0.65 | 0.53 |
| Hex | 93 | 3A | D5 | 1F | 49 | 0 | 10 | 112 | 41 | 35 |
| Octal | 223 | 72 | 325 | 37 | 111 | 0 | 20 | 422 | 101 | 65 |
| Binary | 10010011 | 111010 | 11010101 | 11111 | 1001001 | 0 | 10000 | 100010010 | 1000001 | 110101 |
Color Harmonies of #933AD5
Complementary color
Monochromatic Colors of #933AD5
Black with #933AD5
Text Example
Text Example
White with #933AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933AD5; }
p { color: rgb(147,58,213); }
H1.HeaderClassName
{
color: #933AD5;
}
.AnyTagClassName
{
color: #933AD5;
}
</style>
background-color css
<style>
a { background-color: #933AD5; }
a { background-color: rgb(147,58,213); }
div.DivClassName
{
background-color: #933AD5;
}
.BgClassName
{
background-color: #933AD5;
}
</style>
border-color css
<style>
span { border-color: #933AD5; }
span { border-color: rgb(147,58,213); }
td.TdClassName
{
border-color: #933AD5;
}
.TagClassName
{
border-color: #933AD5;
}
</style>