Shades of Dark Purple #9A1588
Tints of Dark Purple #9A1588
RGB
CMYK
RGB Variations
Color information
#9A1588 (or 0x9A1588) is known color: Dark Purple. HEX triplet: 9A, 15 and 88. RGB value is (154,21,136). Sum of RGB (Red+Green+Blue) = 154+21+136=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1588 is #65EA77. Grayscale: #494949. Windows color (decimal): -6679160 or 8918426. OLE color: 8918426.
HSL color Cylindrical-coordinate representation of color #9A1588: hue angle of 308.12º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1588 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 136 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.40 |
| HSL | 308.12º | 0.76% | 0.34% | - |
| HSV(B) | 308.12º | 0.86% | 0.6% | - |
| XYZ | 18.04 | 9.18 | 24.11 | - |
| YUV | 73.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 136 | 0 | 0.86 | 0.12 | 0.40 | 308.12 | 0.76 | 0.34 |
| Hex | 9A | 15 | 88 | 0 | 56 | C | 28 | 134 | 4C | 22 |
| Octal | 232 | 25 | 210 | 0 | 126 | 14 | 50 | 464 | 114 | 42 |
| Binary | 10011010 | 10101 | 10001000 | 0 | 1010110 | 1100 | 101000 | 100110100 | 1001100 | 100010 |
Color Harmonies of #9A1588
Complementary color
Monochromatic Colors of #9A1588
Black with #9A1588
Text Example
Text Example
White with #9A1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1588; }
p { color: rgb(154,21,136); }
H1.HeaderClassName
{
color: #9A1588;
}
.AnyTagClassName
{
color: #9A1588;
}
</style>
background-color css
<style>
a { background-color: #9A1588; }
a { background-color: rgb(154,21,136); }
div.DivClassName
{
background-color: #9A1588;
}
.BgClassName
{
background-color: #9A1588;
}
</style>
border-color css
<style>
span { border-color: #9A1588; }
span { border-color: rgb(154,21,136); }
td.TdClassName
{
border-color: #9A1588;
}
.TagClassName
{
border-color: #9A1588;
}
</style>