Shades of Dark Purple #9A358D
Tints of Dark Purple #9A358D
RGB
CMYK
RGB Variations
Color information
#9A358D (or 0x9A358D) is known color: Dark Purple. HEX triplet: 9A, 35 and 8D. RGB value is (154,53,141). Sum of RGB (Red+Green+Blue) = 154+53+141=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A358D is #65CA72. Grayscale: #5C5C5C. Windows color (decimal): -6670963 or 9254298. OLE color: 9254298.
HSL color Cylindrical-coordinate representation of color #9A358D: hue angle of 307.72º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A358D is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 53 | 141 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.40 |
| HSL | 307.72º | 0.49% | 0.41% | - |
| HSV(B) | 307.72º | 0.66% | 0.6% | - |
| XYZ | 19.41 | 11.34 | 26.37 | - |
| YUV | 93.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 53 | 141 | 0 | 0.66 | 0.08 | 0.40 | 307.72 | 0.49 | 0.41 |
| Hex | 9A | 35 | 8D | 0 | 42 | 8 | 28 | 134 | 31 | 29 |
| Octal | 232 | 65 | 215 | 0 | 102 | 10 | 50 | 464 | 61 | 51 |
| Binary | 10011010 | 110101 | 10001101 | 0 | 1000010 | 1000 | 101000 | 100110100 | 110001 | 101001 |
Color Harmonies of #9A358D
Complementary color
Monochromatic Colors of #9A358D
Black with #9A358D
Text Example
Text Example
White with #9A358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A358D; }
p { color: rgb(154,53,141); }
H1.HeaderClassName
{
color: #9A358D;
}
.AnyTagClassName
{
color: #9A358D;
}
</style>
background-color css
<style>
a { background-color: #9A358D; }
a { background-color: rgb(154,53,141); }
div.DivClassName
{
background-color: #9A358D;
}
.BgClassName
{
background-color: #9A358D;
}
</style>
border-color css
<style>
span { border-color: #9A358D; }
span { border-color: rgb(154,53,141); }
td.TdClassName
{
border-color: #9A358D;
}
.TagClassName
{
border-color: #9A358D;
}
</style>