Shades of Dark Orchid #9D2ADC
Tints of Dark Orchid #9D2ADC
RGB
CMYK
RGB Variations
Color information
#9D2ADC (or 0x9D2ADC) is known color: Dark Orchid. HEX triplet: 9D, 2A and DC. RGB value is (157,42,220). Sum of RGB (Red+Green+Blue) = 157+42+220=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2ADC is #62D523. Grayscale: #606060. Windows color (decimal): -6477092 or 14428829. OLE color: 14428829.
HSL color Cylindrical-coordinate representation of color #9D2ADC: hue angle of 278.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D2ADC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 42 | 220 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.14 |
| HSL | 278.76º | 0.72% | 0.51% | - |
| HSV(B) | 278.76º | 0.81% | 0.86% | - |
| XYZ | 27.65 | 13.99 | 68.95 | - |
| YUV | 96.68 | 197.6 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 220 | 0.29 | 0.81 | 0 | 0.14 | 278.76 | 0.72 | 0.51 |
| Hex | 9D | 2A | DC | 1D | 51 | 0 | E | 117 | 48 | 33 |
| Octal | 235 | 52 | 334 | 35 | 121 | 0 | 16 | 427 | 110 | 63 |
| Binary | 10011101 | 101010 | 11011100 | 11101 | 1010001 | 0 | 1110 | 100010111 | 1001000 | 110011 |
Color Harmonies of #9D2ADC
Complementary color
Monochromatic Colors of #9D2ADC
Black with #9D2ADC
Text Example
Text Example
White with #9D2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2ADC; }
p { color: rgb(157,42,220); }
H1.HeaderClassName
{
color: #9D2ADC;
}
.AnyTagClassName
{
color: #9D2ADC;
}
</style>
background-color css
<style>
a { background-color: #9D2ADC; }
a { background-color: rgb(157,42,220); }
div.DivClassName
{
background-color: #9D2ADC;
}
.BgClassName
{
background-color: #9D2ADC;
}
</style>
border-color css
<style>
span { border-color: #9D2ADC; }
span { border-color: rgb(157,42,220); }
td.TdClassName
{
border-color: #9D2ADC;
}
.TagClassName
{
border-color: #9D2ADC;
}
</style>