Shades of Dark Purple #9A2675
Tints of Dark Purple #9A2675
RGB
CMYK
RGB Variations
Color information
#9A2675 (or 0x9A2675) is known color: Dark Purple. HEX triplet: 9A, 26 and 75. RGB value is (154,38,117). Sum of RGB (Red+Green+Blue) = 154+38+117=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2675 is #65D98A. Grayscale: #515151. Windows color (decimal): -6674827 or 7677594. OLE color: 7677594.
HSL color Cylindrical-coordinate representation of color #9A2675: hue angle of 319.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2675 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 117 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.40 |
| HSL | 319.14º | 0.6% | 0.38% | - |
| HSV(B) | 319.14º | 0.75% | 0.6% | - |
| XYZ | 17.23 | 9.54 | 17.76 | - |
| YUV | 81.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 117 | 0 | 0.75 | 0.24 | 0.40 | 319.14 | 0.6 | 0.38 |
| Hex | 9A | 26 | 75 | 0 | 4B | 18 | 28 | 13F | 3C | 26 |
| Octal | 232 | 46 | 165 | 0 | 113 | 30 | 50 | 477 | 74 | 46 |
| Binary | 10011010 | 100110 | 1110101 | 0 | 1001011 | 11000 | 101000 | 100111111 | 111100 | 100110 |
Color Harmonies of #9A2675
Complementary color
Monochromatic Colors of #9A2675
Black with #9A2675
Text Example
Text Example
White with #9A2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2675; }
p { color: rgb(154,38,117); }
H1.HeaderClassName
{
color: #9A2675;
}
.AnyTagClassName
{
color: #9A2675;
}
</style>
background-color css
<style>
a { background-color: #9A2675; }
a { background-color: rgb(154,38,117); }
div.DivClassName
{
background-color: #9A2675;
}
.BgClassName
{
background-color: #9A2675;
}
</style>
border-color css
<style>
span { border-color: #9A2675; }
span { border-color: rgb(154,38,117); }
td.TdClassName
{
border-color: #9A2675;
}
.TagClassName
{
border-color: #9A2675;
}
</style>