Shades of Dark Orchid #993ADC
Tints of Dark Orchid #993ADC
RGB
CMYK
RGB Variations
Color information
#993ADC (or 0x993ADC) is known color: Dark Orchid. HEX triplet: 99, 3A and DC. RGB value is (153,58,220). Sum of RGB (Red+Green+Blue) = 153+58+220=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #993ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ADC is #66C523. Grayscale: #686868. Windows color (decimal): -6735140 or 14432921. OLE color: 14432921.
HSL color Cylindrical-coordinate representation of color #993ADC: hue angle of 275.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993ADC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 58 | 220 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.14 |
| HSL | 275.19º | 0.7% | 0.55% | - |
| HSV(B) | 275.19º | 0.74% | 0.86% | - |
| XYZ | 27.57 | 14.97 | 69.15 | - |
| YUV | 104.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 220 | 0.30 | 0.74 | 0 | 0.14 | 275.19 | 0.7 | 0.55 |
| Hex | 99 | 3A | DC | 1E | 4A | 0 | E | 113 | 46 | 37 |
| Octal | 231 | 72 | 334 | 36 | 112 | 0 | 16 | 423 | 106 | 67 |
| Binary | 10011001 | 111010 | 11011100 | 11110 | 1001010 | 0 | 1110 | 100010011 | 1000110 | 110111 |
Color Harmonies of #993ADC
Complementary color
Monochromatic Colors of #993ADC
Black with #993ADC
Text Example
Text Example
White with #993ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ADC; }
p { color: rgb(153,58,220); }
H1.HeaderClassName
{
color: #993ADC;
}
.AnyTagClassName
{
color: #993ADC;
}
</style>
background-color css
<style>
a { background-color: #993ADC; }
a { background-color: rgb(153,58,220); }
div.DivClassName
{
background-color: #993ADC;
}
.BgClassName
{
background-color: #993ADC;
}
</style>
border-color css
<style>
span { border-color: #993ADC; }
span { border-color: rgb(153,58,220); }
td.TdClassName
{
border-color: #993ADC;
}
.TagClassName
{
border-color: #993ADC;
}
</style>