Shades of Dark Orchid #9F3ADC
Tints of Dark Orchid #9F3ADC
RGB
CMYK
RGB Variations
Color information
#9F3ADC (or 0x9F3ADC) is known color: Dark Orchid. HEX triplet: 9F, 3A and DC. RGB value is (159,58,220). Sum of RGB (Red+Green+Blue) = 159+58+220=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ADC is #60C523. Grayscale: #6A6A6A. Windows color (decimal): -6341924 or 14432927. OLE color: 14432927.
HSL color Cylindrical-coordinate representation of color #9F3ADC: hue angle of 277.41º 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 #9F3ADC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 58 | 220 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.14 |
| HSL | 277.41º | 0.7% | 0.55% | - |
| HSV(B) | 277.41º | 0.74% | 0.86% | - |
| XYZ | 28.73 | 15.56 | 69.2 | - |
| YUV | 106.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 220 | 0.28 | 0.74 | 0 | 0.14 | 277.41 | 0.7 | 0.55 |
| Hex | 9F | 3A | DC | 1C | 4A | 0 | E | 115 | 46 | 37 |
| Octal | 237 | 72 | 334 | 34 | 112 | 0 | 16 | 425 | 106 | 67 |
| Binary | 10011111 | 111010 | 11011100 | 11100 | 1001010 | 0 | 1110 | 100010101 | 1000110 | 110111 |
Color Harmonies of #9F3ADC
Complementary color
Monochromatic Colors of #9F3ADC
Black with #9F3ADC
Text Example
Text Example
White with #9F3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3ADC; }
p { color: rgb(159,58,220); }
H1.HeaderClassName
{
color: #9F3ADC;
}
.AnyTagClassName
{
color: #9F3ADC;
}
</style>
background-color css
<style>
a { background-color: #9F3ADC; }
a { background-color: rgb(159,58,220); }
div.DivClassName
{
background-color: #9F3ADC;
}
.BgClassName
{
background-color: #9F3ADC;
}
</style>
border-color css
<style>
span { border-color: #9F3ADC; }
span { border-color: rgb(159,58,220); }
td.TdClassName
{
border-color: #9F3ADC;
}
.TagClassName
{
border-color: #9F3ADC;
}
</style>