Shades of Dark Purple #9A1B85
Tints of Dark Purple #9A1B85
RGB
CMYK
RGB Variations
Color information
#9A1B85 (or 0x9A1B85) is known color: Dark Purple. HEX triplet: 9A, 1B and 85. RGB value is (154,27,133). Sum of RGB (Red+Green+Blue) = 154+27+133=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1B85 is #65E47A. Grayscale: #4C4C4C. Windows color (decimal): -6677627 or 8723354. OLE color: 8723354.
HSL color Cylindrical-coordinate representation of color #9A1B85: hue angle of 309.92º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B85 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 133 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.40 |
| HSL | 309.92º | 0.7% | 0.35% | - |
| HSV(B) | 309.92º | 0.82% | 0.6% | - |
| XYZ | 17.95 | 9.35 | 23.05 | - |
| YUV | 77.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 133 | 0 | 0.82 | 0.14 | 0.40 | 309.92 | 0.7 | 0.35 |
| Hex | 9A | 1B | 85 | 0 | 52 | E | 28 | 136 | 46 | 23 |
| Octal | 232 | 33 | 205 | 0 | 122 | 16 | 50 | 466 | 106 | 43 |
| Binary | 10011010 | 11011 | 10000101 | 0 | 1010010 | 1110 | 101000 | 100110110 | 1000110 | 100011 |
Color Harmonies of #9A1B85
Complementary color
Monochromatic Colors of #9A1B85
Black with #9A1B85
Text Example
Text Example
White with #9A1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B85; }
p { color: rgb(154,27,133); }
H1.HeaderClassName
{
color: #9A1B85;
}
.AnyTagClassName
{
color: #9A1B85;
}
</style>
background-color css
<style>
a { background-color: #9A1B85; }
a { background-color: rgb(154,27,133); }
div.DivClassName
{
background-color: #9A1B85;
}
.BgClassName
{
background-color: #9A1B85;
}
</style>
border-color css
<style>
span { border-color: #9A1B85; }
span { border-color: rgb(154,27,133); }
td.TdClassName
{
border-color: #9A1B85;
}
.TagClassName
{
border-color: #9A1B85;
}
</style>