Shades of Dark Orchid #9F43DC
Tints of Dark Orchid #9F43DC
RGB
CMYK
RGB Variations
Color information
#9F43DC (or 0x9F43DC) is known color: Dark Orchid. HEX triplet: 9F, 43 and DC. RGB value is (159,67,220). Sum of RGB (Red+Green+Blue) = 159+67+220=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F43DC is #60BC23. Grayscale: #6F6F6F. Windows color (decimal): -6339620 or 14435231. OLE color: 14435231.
HSL color Cylindrical-coordinate representation of color #9F43DC: hue angle of 276.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F43DC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 67 | 220 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.14 |
| HSL | 276.08º | 0.69% | 0.56% | - |
| HSV(B) | 276.08º | 0.7% | 0.86% | - |
| XYZ | 29.22 | 16.55 | 69.36 | - |
| YUV | 111.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 220 | 0.28 | 0.70 | 0 | 0.14 | 276.08 | 0.69 | 0.56 |
| Hex | 9F | 43 | DC | 1C | 46 | 0 | E | 114 | 45 | 38 |
| Octal | 237 | 103 | 334 | 34 | 106 | 0 | 16 | 424 | 105 | 70 |
| Binary | 10011111 | 1000011 | 11011100 | 11100 | 1000110 | 0 | 1110 | 100010100 | 1000101 | 111000 |
Color Harmonies of #9F43DC
Complementary color
Monochromatic Colors of #9F43DC
Black with #9F43DC
Text Example
Text Example
White with #9F43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F43DC; }
p { color: rgb(159,67,220); }
H1.HeaderClassName
{
color: #9F43DC;
}
.AnyTagClassName
{
color: #9F43DC;
}
</style>
background-color css
<style>
a { background-color: #9F43DC; }
a { background-color: rgb(159,67,220); }
div.DivClassName
{
background-color: #9F43DC;
}
.BgClassName
{
background-color: #9F43DC;
}
</style>
border-color css
<style>
span { border-color: #9F43DC; }
span { border-color: rgb(159,67,220); }
td.TdClassName
{
border-color: #9F43DC;
}
.TagClassName
{
border-color: #9F43DC;
}
</style>