Shades of Dark Purple #9F2683
Tints of Dark Purple #9F2683
RGB
CMYK
RGB Variations
Color information
#9F2683 (or 0x9F2683) is known color: Dark Purple. HEX triplet: 9F, 26 and 83. RGB value is (159,38,131). Sum of RGB (Red+Green+Blue) = 159+38+131=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2683 is #60D97C. Grayscale: #545454. Windows color (decimal): -6347133 or 8595103. OLE color: 8595103.
HSL color Cylindrical-coordinate representation of color #9F2683: hue angle of 313.88º 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 #9F2683 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 131 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.38 |
| HSL | 313.88º | 0.61% | 0.39% | - |
| HSV(B) | 313.88º | 0.76% | 0.62% | - |
| XYZ | 19.09 | 10.4 | 22.47 | - |
| YUV | 84.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 131 | 0 | 0.76 | 0.18 | 0.38 | 313.88 | 0.61 | 0.39 |
| Hex | 9F | 26 | 83 | 0 | 4C | 12 | 26 | 13A | 3D | 27 |
| Octal | 237 | 46 | 203 | 0 | 114 | 22 | 46 | 472 | 75 | 47 |
| Binary | 10011111 | 100110 | 10000011 | 0 | 1001100 | 10010 | 100110 | 100111010 | 111101 | 100111 |
Color Harmonies of #9F2683
Complementary color
Monochromatic Colors of #9F2683
Black with #9F2683
Text Example
Text Example
White with #9F2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2683; }
p { color: rgb(159,38,131); }
H1.HeaderClassName
{
color: #9F2683;
}
.AnyTagClassName
{
color: #9F2683;
}
</style>
background-color css
<style>
a { background-color: #9F2683; }
a { background-color: rgb(159,38,131); }
div.DivClassName
{
background-color: #9F2683;
}
.BgClassName
{
background-color: #9F2683;
}
</style>
border-color css
<style>
span { border-color: #9F2683; }
span { border-color: rgb(159,38,131); }
td.TdClassName
{
border-color: #9F2683;
}
.TagClassName
{
border-color: #9F2683;
}
</style>