Shades of Dark Orchid #933ACD
Tints of Dark Orchid #933ACD
RGB
CMYK
RGB Variations
Color information
#933ACD (or 0x933ACD) is known color: Dark Orchid. HEX triplet: 93, 3A and CD. RGB value is (147,58,205). Sum of RGB (Red+Green+Blue) = 147+58+205=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #933ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ACD is #6CC532. Grayscale: #646464. Windows color (decimal): -7128371 or 13449875. OLE color: 13449875.
HSL color Cylindrical-coordinate representation of color #933ACD: hue angle of 276.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933ACD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 58 | 205 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.20 |
| HSL | 276.33º | 0.6% | 0.52% | - |
| HSV(B) | 276.33º | 0.72% | 0.8% | - |
| XYZ | 24.57 | 13.64 | 59.1 | - |
| YUV | 101.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 205 | 0.28 | 0.72 | 0 | 0.20 | 276.33 | 0.6 | 0.52 |
| Hex | 93 | 3A | CD | 1C | 48 | 0 | 14 | 114 | 3C | 34 |
| Octal | 223 | 72 | 315 | 34 | 110 | 0 | 24 | 424 | 74 | 64 |
| Binary | 10010011 | 111010 | 11001101 | 11100 | 1001000 | 0 | 10100 | 100010100 | 111100 | 110100 |
Color Harmonies of #933ACD
Complementary color
Monochromatic Colors of #933ACD
Black with #933ACD
Text Example
Text Example
White with #933ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ACD; }
p { color: rgb(147,58,205); }
H1.HeaderClassName
{
color: #933ACD;
}
.AnyTagClassName
{
color: #933ACD;
}
</style>
background-color css
<style>
a { background-color: #933ACD; }
a { background-color: rgb(147,58,205); }
div.DivClassName
{
background-color: #933ACD;
}
.BgClassName
{
background-color: #933ACD;
}
</style>
border-color css
<style>
span { border-color: #933ACD; }
span { border-color: rgb(147,58,205); }
td.TdClassName
{
border-color: #933ACD;
}
.TagClassName
{
border-color: #933ACD;
}
</style>