Shades of Dark Orchid #994ADC
Tints of Dark Orchid #994ADC
RGB
CMYK
RGB Variations
Color information
#994ADC (or 0x994ADC) is known color: Dark Orchid. HEX triplet: 99, 4A and DC. RGB value is (153,74,220). Sum of RGB (Red+Green+Blue) = 153+74+220=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #994ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADC is #66B523. Grayscale: #717171. Windows color (decimal): -6731044 or 14437017. OLE color: 14437017.
HSL color Cylindrical-coordinate representation of color #994ADC: hue angle of 272.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994ADC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 74 | 220 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.14 |
| HSL | 272.47º | 0.68% | 0.58% | - |
| HSV(B) | 272.47º | 0.66% | 0.86% | - |
| XYZ | 28.5 | 16.84 | 69.46 | - |
| YUV | 114.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 220 | 0.30 | 0.66 | 0 | 0.14 | 272.47 | 0.68 | 0.58 |
| Hex | 99 | 4A | DC | 1E | 42 | 0 | E | 110 | 44 | 3A |
| Octal | 231 | 112 | 334 | 36 | 102 | 0 | 16 | 420 | 104 | 72 |
| Binary | 10011001 | 1001010 | 11011100 | 11110 | 1000010 | 0 | 1110 | 100010000 | 1000100 | 111010 |
Color Harmonies of #994ADC
Complementary color
Monochromatic Colors of #994ADC
Black with #994ADC
Text Example
Text Example
White with #994ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ADC; }
p { color: rgb(153,74,220); }
H1.HeaderClassName
{
color: #994ADC;
}
.AnyTagClassName
{
color: #994ADC;
}
</style>
background-color css
<style>
a { background-color: #994ADC; }
a { background-color: rgb(153,74,220); }
div.DivClassName
{
background-color: #994ADC;
}
.BgClassName
{
background-color: #994ADC;
}
</style>
border-color css
<style>
span { border-color: #994ADC; }
span { border-color: rgb(153,74,220); }
td.TdClassName
{
border-color: #994ADC;
}
.TagClassName
{
border-color: #994ADC;
}
</style>