Shades of Dark Purple #9A2374
Tints of Dark Purple #9A2374
RGB
CMYK
RGB Variations
Color information
#9A2374 (or 0x9A2374) is known color: Dark Purple. HEX triplet: 9A, 23 and 74. RGB value is (154,35,116). Sum of RGB (Red+Green+Blue) = 154+35+116=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2374 is #65DC8B. Grayscale: #4F4F4F. Windows color (decimal): -6675596 or 7611290. OLE color: 7611290.
HSL color Cylindrical-coordinate representation of color #9A2374: hue angle of 319.16º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2374 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 116 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.40 |
| HSL | 319.16º | 0.63% | 0.37% | - |
| HSV(B) | 319.16º | 0.77% | 0.6% | - |
| XYZ | 17.08 | 9.33 | 17.42 | - |
| YUV | 79.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 116 | 0 | 0.77 | 0.25 | 0.40 | 319.16 | 0.63 | 0.37 |
| Hex | 9A | 23 | 74 | 0 | 4D | 19 | 28 | 13F | 3F | 25 |
| Octal | 232 | 43 | 164 | 0 | 115 | 31 | 50 | 477 | 77 | 45 |
| Binary | 10011010 | 100011 | 1110100 | 0 | 1001101 | 11001 | 101000 | 100111111 | 111111 | 100101 |
Color Harmonies of #9A2374
Complementary color
Monochromatic Colors of #9A2374
Black with #9A2374
Text Example
Text Example
White with #9A2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2374; }
p { color: rgb(154,35,116); }
H1.HeaderClassName
{
color: #9A2374;
}
.AnyTagClassName
{
color: #9A2374;
}
</style>
background-color css
<style>
a { background-color: #9A2374; }
a { background-color: rgb(154,35,116); }
div.DivClassName
{
background-color: #9A2374;
}
.BgClassName
{
background-color: #9A2374;
}
</style>
border-color css
<style>
span { border-color: #9A2374; }
span { border-color: rgb(154,35,116); }
td.TdClassName
{
border-color: #9A2374;
}
.TagClassName
{
border-color: #9A2374;
}
</style>