Shades of Dark Orchid #9F1FAC
Tints of Dark Orchid #9F1FAC
RGB
CMYK
RGB Variations
Color information
#9F1FAC (or 0x9F1FAC) is known color: Dark Orchid. HEX triplet: 9F, 1F and AC. RGB value is (159,31,172). Sum of RGB (Red+Green+Blue) = 159+31+172=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1FAC is #60E053. Grayscale: #545454. Windows color (decimal): -6348884 or 11280287. OLE color: 11280287.
HSL color Cylindrical-coordinate representation of color #9F1FAC: hue angle of 294.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1FAC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 31 | 172 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.33 |
| HSL | 294.47º | 0.69% | 0.4% | - |
| HSV(B) | 294.47º | 0.82% | 0.67% | - |
| XYZ | 22.23 | 11.33 | 40.04 | - |
| YUV | 85.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 172 | 0.08 | 0.82 | 0 | 0.33 | 294.47 | 0.69 | 0.4 |
| Hex | 9F | 1F | AC | 8 | 52 | 0 | 21 | 126 | 45 | 28 |
| Octal | 237 | 37 | 254 | 10 | 122 | 0 | 41 | 446 | 105 | 50 |
| Binary | 10011111 | 11111 | 10101100 | 1000 | 1010010 | 0 | 100001 | 100100110 | 1000101 | 101000 |
Color Harmonies of #9F1FAC
Complementary color
Monochromatic Colors of #9F1FAC
Black with #9F1FAC
Text Example
Text Example
White with #9F1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FAC; }
p { color: rgb(159,31,172); }
H1.HeaderClassName
{
color: #9F1FAC;
}
.AnyTagClassName
{
color: #9F1FAC;
}
</style>
background-color css
<style>
a { background-color: #9F1FAC; }
a { background-color: rgb(159,31,172); }
div.DivClassName
{
background-color: #9F1FAC;
}
.BgClassName
{
background-color: #9F1FAC;
}
</style>
border-color css
<style>
span { border-color: #9F1FAC; }
span { border-color: rgb(159,31,172); }
td.TdClassName
{
border-color: #9F1FAC;
}
.TagClassName
{
border-color: #9F1FAC;
}
</style>