Shades of Dark Purple #9A187B
Tints of Dark Purple #9A187B
RGB
CMYK
RGB Variations
Color information
#9A187B (or 0x9A187B) is known color: Dark Purple. HEX triplet: 9A, 18 and 7B. RGB value is (154,24,123). Sum of RGB (Red+Green+Blue) = 154+24+123=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A187B is #65E784. Grayscale: #494949. Windows color (decimal): -6678405 or 8067226. OLE color: 8067226.
HSL color Cylindrical-coordinate representation of color #9A187B: hue angle of 314.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A187B is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 123 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.40 |
| HSL | 314.31º | 0.73% | 0.35% | - |
| HSV(B) | 314.31º | 0.84% | 0.6% | - |
| XYZ | 17.23 | 8.95 | 19.56 | - |
| YUV | 74.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 123 | 0 | 0.84 | 0.20 | 0.40 | 314.31 | 0.73 | 0.35 |
| Hex | 9A | 18 | 7B | 0 | 54 | 14 | 28 | 13A | 49 | 23 |
| Octal | 232 | 30 | 173 | 0 | 124 | 24 | 50 | 472 | 111 | 43 |
| Binary | 10011010 | 11000 | 1111011 | 0 | 1010100 | 10100 | 101000 | 100111010 | 1001001 | 100011 |
Color Harmonies of #9A187B
Complementary color
Monochromatic Colors of #9A187B
Black with #9A187B
Text Example
Text Example
White with #9A187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A187B; }
p { color: rgb(154,24,123); }
H1.HeaderClassName
{
color: #9A187B;
}
.AnyTagClassName
{
color: #9A187B;
}
</style>
background-color css
<style>
a { background-color: #9A187B; }
a { background-color: rgb(154,24,123); }
div.DivClassName
{
background-color: #9A187B;
}
.BgClassName
{
background-color: #9A187B;
}
</style>
border-color css
<style>
span { border-color: #9A187B; }
span { border-color: rgb(154,24,123); }
td.TdClassName
{
border-color: #9A187B;
}
.TagClassName
{
border-color: #9A187B;
}
</style>