Shades of Dark Orchid #9F4ADC
Tints of Dark Orchid #9F4ADC
RGB
CMYK
RGB Variations
Color information
#9F4ADC (or 0x9F4ADC) is known color: Dark Orchid. HEX triplet: 9F, 4A and DC. RGB value is (159,74,220). Sum of RGB (Red+Green+Blue) = 159+74+220=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4ADC is #60B523. Grayscale: #737373. Windows color (decimal): -6337828 or 14437023. OLE color: 14437023.
HSL color Cylindrical-coordinate representation of color #9F4ADC: hue angle of 274.93º 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 #9F4ADC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 74 | 220 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.14 |
| HSL | 274.93º | 0.68% | 0.58% | - |
| HSV(B) | 274.93º | 0.66% | 0.86% | - |
| XYZ | 29.67 | 17.44 | 69.51 | - |
| YUV | 116.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 220 | 0.28 | 0.66 | 0 | 0.14 | 274.93 | 0.68 | 0.58 |
| Hex | 9F | 4A | DC | 1C | 42 | 0 | E | 113 | 44 | 3A |
| Octal | 237 | 112 | 334 | 34 | 102 | 0 | 16 | 423 | 104 | 72 |
| Binary | 10011111 | 1001010 | 11011100 | 11100 | 1000010 | 0 | 1110 | 100010011 | 1000100 | 111010 |
Color Harmonies of #9F4ADC
Complementary color
Monochromatic Colors of #9F4ADC
Black with #9F4ADC
Text Example
Text Example
White with #9F4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4ADC; }
p { color: rgb(159,74,220); }
H1.HeaderClassName
{
color: #9F4ADC;
}
.AnyTagClassName
{
color: #9F4ADC;
}
</style>
background-color css
<style>
a { background-color: #9F4ADC; }
a { background-color: rgb(159,74,220); }
div.DivClassName
{
background-color: #9F4ADC;
}
.BgClassName
{
background-color: #9F4ADC;
}
</style>
border-color css
<style>
span { border-color: #9F4ADC; }
span { border-color: rgb(159,74,220); }
td.TdClassName
{
border-color: #9F4ADC;
}
.TagClassName
{
border-color: #9F4ADC;
}
</style>