Shades of Dark Purple #9A2C92
Tints of Dark Purple #9A2C92
RGB
CMYK
RGB Variations
Color information
#9A2C92 (or 0x9A2C92) is known color: Dark Purple. HEX triplet: 9A, 2C and 92. RGB value is (154,44,146). Sum of RGB (Red+Green+Blue) = 154+44+146=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2C92 is #65D36D. Grayscale: #585858. Windows color (decimal): -6673262 or 9579674. OLE color: 9579674.
HSL color Cylindrical-coordinate representation of color #9A2C92: hue angle of 304.36º 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 #9A2C92 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 44 | 146 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.40 |
| HSL | 304.36º | 0.56% | 0.39% | - |
| HSV(B) | 304.36º | 0.71% | 0.6% | - |
| XYZ | 19.42 | 10.75 | 28.25 | - |
| YUV | 88.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 146 | 0 | 0.71 | 0.05 | 0.40 | 304.36 | 0.56 | 0.39 |
| Hex | 9A | 2C | 92 | 0 | 47 | 5 | 28 | 130 | 38 | 27 |
| Octal | 232 | 54 | 222 | 0 | 107 | 5 | 50 | 460 | 70 | 47 |
| Binary | 10011010 | 101100 | 10010010 | 0 | 1000111 | 101 | 101000 | 100110000 | 111000 | 100111 |
Color Harmonies of #9A2C92
Complementary color
Monochromatic Colors of #9A2C92
Black with #9A2C92
Text Example
Text Example
White with #9A2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2C92; }
p { color: rgb(154,44,146); }
H1.HeaderClassName
{
color: #9A2C92;
}
.AnyTagClassName
{
color: #9A2C92;
}
</style>
background-color css
<style>
a { background-color: #9A2C92; }
a { background-color: rgb(154,44,146); }
div.DivClassName
{
background-color: #9A2C92;
}
.BgClassName
{
background-color: #9A2C92;
}
</style>
border-color css
<style>
span { border-color: #9A2C92; }
span { border-color: rgb(154,44,146); }
td.TdClassName
{
border-color: #9A2C92;
}
.TagClassName
{
border-color: #9A2C92;
}
</style>