Shades of Dark Purple #9F2682
Tints of Dark Purple #9F2682
RGB
CMYK
RGB Variations
Color information
#9F2682 (or 0x9F2682) is known color: Dark Purple. HEX triplet: 9F, 26 and 82. RGB value is (159,38,130). Sum of RGB (Red+Green+Blue) = 159+38+130=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2682 is #60D97D. Grayscale: #545454. Windows color (decimal): -6347134 or 8529567. OLE color: 8529567.
HSL color Cylindrical-coordinate representation of color #9F2682: hue angle of 314.38º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2682 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 130 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.38 |
| HSL | 314.38º | 0.61% | 0.39% | - |
| HSV(B) | 314.38º | 0.76% | 0.62% | - |
| XYZ | 19.02 | 10.37 | 22.12 | - |
| YUV | 84.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 130 | 0 | 0.76 | 0.18 | 0.38 | 314.38 | 0.61 | 0.39 |
| Hex | 9F | 26 | 82 | 0 | 4C | 12 | 26 | 13A | 3D | 27 |
| Octal | 237 | 46 | 202 | 0 | 114 | 22 | 46 | 472 | 75 | 47 |
| Binary | 10011111 | 100110 | 10000010 | 0 | 1001100 | 10010 | 100110 | 100111010 | 111101 | 100111 |
Color Harmonies of #9F2682
Complementary color
Monochromatic Colors of #9F2682
Black with #9F2682
Text Example
Text Example
White with #9F2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2682; }
p { color: rgb(159,38,130); }
H1.HeaderClassName
{
color: #9F2682;
}
.AnyTagClassName
{
color: #9F2682;
}
</style>
background-color css
<style>
a { background-color: #9F2682; }
a { background-color: rgb(159,38,130); }
div.DivClassName
{
background-color: #9F2682;
}
.BgClassName
{
background-color: #9F2682;
}
</style>
border-color css
<style>
span { border-color: #9F2682; }
span { border-color: rgb(159,38,130); }
td.TdClassName
{
border-color: #9F2682;
}
.TagClassName
{
border-color: #9F2682;
}
</style>