Shades of Dark Purple #9A1883
Tints of Dark Purple #9A1883
RGB
CMYK
RGB Variations
Color information
#9A1883 (or 0x9A1883) is known color: Dark Purple. HEX triplet: 9A, 18 and 83. RGB value is (154,24,131). Sum of RGB (Red+Green+Blue) = 154+24+131=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1883 is #65E77C. Grayscale: #4A4A4A. Windows color (decimal): -6678397 or 8591514. OLE color: 8591514.
HSL color Cylindrical-coordinate representation of color #9A1883: hue angle of 310.62º 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 #9A1883 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 131 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.40 |
| HSL | 310.62º | 0.73% | 0.35% | - |
| HSV(B) | 310.62º | 0.84% | 0.6% | - |
| XYZ | 17.75 | 9.16 | 22.31 | - |
| YUV | 75.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 131 | 0 | 0.84 | 0.15 | 0.40 | 310.62 | 0.73 | 0.35 |
| Hex | 9A | 18 | 83 | 0 | 54 | F | 28 | 137 | 49 | 23 |
| Octal | 232 | 30 | 203 | 0 | 124 | 17 | 50 | 467 | 111 | 43 |
| Binary | 10011010 | 11000 | 10000011 | 0 | 1010100 | 1111 | 101000 | 100110111 | 1001001 | 100011 |
Color Harmonies of #9A1883
Complementary color
Monochromatic Colors of #9A1883
Black with #9A1883
Text Example
Text Example
White with #9A1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1883; }
p { color: rgb(154,24,131); }
H1.HeaderClassName
{
color: #9A1883;
}
.AnyTagClassName
{
color: #9A1883;
}
</style>
background-color css
<style>
a { background-color: #9A1883; }
a { background-color: rgb(154,24,131); }
div.DivClassName
{
background-color: #9A1883;
}
.BgClassName
{
background-color: #9A1883;
}
</style>
border-color css
<style>
span { border-color: #9A1883; }
span { border-color: rgb(154,24,131); }
td.TdClassName
{
border-color: #9A1883;
}
.TagClassName
{
border-color: #9A1883;
}
</style>