Shades of Dark Orchid #9F31DC
Tints of Dark Orchid #9F31DC
RGB
CMYK
RGB Variations
Color information
#9F31DC (or 0x9F31DC) is known color: Dark Orchid. HEX triplet: 9F, 31 and DC. RGB value is (159,49,220). Sum of RGB (Red+Green+Blue) = 159+49+220=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F31DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31DC is #60CE23. Grayscale: #646464. Windows color (decimal): -6344228 or 14430623. OLE color: 14430623.
HSL color Cylindrical-coordinate representation of color #9F31DC: hue angle of 278.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F31DC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 49 | 220 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.14 |
| HSL | 278.6º | 0.71% | 0.53% | - |
| HSV(B) | 278.6º | 0.78% | 0.86% | - |
| XYZ | 28.31 | 14.73 | 69.06 | - |
| YUV | 101.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 220 | 0.28 | 0.78 | 0 | 0.14 | 278.6 | 0.71 | 0.53 |
| Hex | 9F | 31 | DC | 1C | 4E | 0 | E | 117 | 47 | 35 |
| Octal | 237 | 61 | 334 | 34 | 116 | 0 | 16 | 427 | 107 | 65 |
| Binary | 10011111 | 110001 | 11011100 | 11100 | 1001110 | 0 | 1110 | 100010111 | 1000111 | 110101 |
Color Harmonies of #9F31DC
Complementary color
Monochromatic Colors of #9F31DC
Black with #9F31DC
Text Example
Text Example
White with #9F31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31DC; }
p { color: rgb(159,49,220); }
H1.HeaderClassName
{
color: #9F31DC;
}
.AnyTagClassName
{
color: #9F31DC;
}
</style>
background-color css
<style>
a { background-color: #9F31DC; }
a { background-color: rgb(159,49,220); }
div.DivClassName
{
background-color: #9F31DC;
}
.BgClassName
{
background-color: #9F31DC;
}
</style>
border-color css
<style>
span { border-color: #9F31DC; }
span { border-color: rgb(159,49,220); }
td.TdClassName
{
border-color: #9F31DC;
}
.TagClassName
{
border-color: #9F31DC;
}
</style>