Shades of Dark Purple #9A2C6F
Tints of Dark Purple #9A2C6F
RGB
CMYK
RGB Variations
Color information
#9A2C6F (or 0x9A2C6F) is known color: Dark Purple. HEX triplet: 9A, 2C and 6F. RGB value is (154,44,111). Sum of RGB (Red+Green+Blue) = 154+44+111=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2C6F is #65D390. Grayscale: #545454. Windows color (decimal): -6673297 or 7285914. OLE color: 7285914.
HSL color Cylindrical-coordinate representation of color #9A2C6F: hue angle of 323.45º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A2C6F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 44 | 111 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.40 |
| HSL | 323.45º | 0.56% | 0.39% | - |
| HSV(B) | 323.45º | 0.71% | 0.6% | - |
| XYZ | 17.1 | 9.82 | 16.03 | - |
| YUV | 84.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 111 | 0 | 0.71 | 0.28 | 0.40 | 323.45 | 0.56 | 0.39 |
| Hex | 9A | 2C | 6F | 0 | 47 | 1C | 28 | 143 | 38 | 27 |
| Octal | 232 | 54 | 157 | 0 | 107 | 34 | 50 | 503 | 70 | 47 |
| Binary | 10011010 | 101100 | 1101111 | 0 | 1000111 | 11100 | 101000 | 101000011 | 111000 | 100111 |
Color Harmonies of #9A2C6F
Complementary color
Monochromatic Colors of #9A2C6F
Black with #9A2C6F
Text Example
Text Example
White with #9A2C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2C6F; }
p { color: rgb(154,44,111); }
H1.HeaderClassName
{
color: #9A2C6F;
}
.AnyTagClassName
{
color: #9A2C6F;
}
</style>
background-color css
<style>
a { background-color: #9A2C6F; }
a { background-color: rgb(154,44,111); }
div.DivClassName
{
background-color: #9A2C6F;
}
.BgClassName
{
background-color: #9A2C6F;
}
</style>
border-color css
<style>
span { border-color: #9A2C6F; }
span { border-color: rgb(154,44,111); }
td.TdClassName
{
border-color: #9A2C6F;
}
.TagClassName
{
border-color: #9A2C6F;
}
</style>