Shades of Dark Purple #9A3685
Tints of Dark Purple #9A3685
RGB
CMYK
RGB Variations
Color information
#9A3685 (or 0x9A3685) is known color: Dark Purple. HEX triplet: 9A, 36 and 85. RGB value is (154,54,133). Sum of RGB (Red+Green+Blue) = 154+54+133=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3685 is #65C97A. Grayscale: #5C5C5C. Windows color (decimal): -6670715 or 8730266. OLE color: 8730266.
HSL color Cylindrical-coordinate representation of color #9A3685: hue angle of 312.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3685 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 133 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.40 |
| HSL | 312.6º | 0.48% | 0.41% | - |
| HSV(B) | 312.6º | 0.65% | 0.6% | - |
| XYZ | 18.88 | 11.2 | 23.36 | - |
| YUV | 92.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 133 | 0 | 0.65 | 0.14 | 0.40 | 312.6 | 0.48 | 0.41 |
| Hex | 9A | 36 | 85 | 0 | 41 | E | 28 | 139 | 30 | 29 |
| Octal | 232 | 66 | 205 | 0 | 101 | 16 | 50 | 471 | 60 | 51 |
| Binary | 10011010 | 110110 | 10000101 | 0 | 1000001 | 1110 | 101000 | 100111001 | 110000 | 101001 |
Color Harmonies of #9A3685
Complementary color
Monochromatic Colors of #9A3685
Black with #9A3685
Text Example
Text Example
White with #9A3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3685; }
p { color: rgb(154,54,133); }
H1.HeaderClassName
{
color: #9A3685;
}
.AnyTagClassName
{
color: #9A3685;
}
</style>
background-color css
<style>
a { background-color: #9A3685; }
a { background-color: rgb(154,54,133); }
div.DivClassName
{
background-color: #9A3685;
}
.BgClassName
{
background-color: #9A3685;
}
</style>
border-color css
<style>
span { border-color: #9A3685; }
span { border-color: rgb(154,54,133); }
td.TdClassName
{
border-color: #9A3685;
}
.TagClassName
{
border-color: #9A3685;
}
</style>