Shades of Dark Purple #9A308D
Tints of Dark Purple #9A308D
RGB
CMYK
RGB Variations
Color information
#9A308D (or 0x9A308D) is known color: Dark Purple. HEX triplet: 9A, 30 and 8D. RGB value is (154,48,141). Sum of RGB (Red+Green+Blue) = 154+48+141=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A308D is #65CF72. Grayscale: #5A5A5A. Windows color (decimal): -6672243 or 9253018. OLE color: 9253018.
HSL color Cylindrical-coordinate representation of color #9A308D: hue angle of 307.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A308D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 48 | 141 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.40 |
| HSL | 307.36º | 0.52% | 0.4% | - |
| HSV(B) | 307.36º | 0.69% | 0.6% | - |
| XYZ | 19.19 | 10.91 | 26.29 | - |
| YUV | 90.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 141 | 0 | 0.69 | 0.08 | 0.40 | 307.36 | 0.52 | 0.4 |
| Hex | 9A | 30 | 8D | 0 | 45 | 8 | 28 | 133 | 34 | 28 |
| Octal | 232 | 60 | 215 | 0 | 105 | 10 | 50 | 463 | 64 | 50 |
| Binary | 10011010 | 110000 | 10001101 | 0 | 1000101 | 1000 | 101000 | 100110011 | 110100 | 101000 |
Color Harmonies of #9A308D
Complementary color
Monochromatic Colors of #9A308D
Black with #9A308D
Text Example
Text Example
White with #9A308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A308D; }
p { color: rgb(154,48,141); }
H1.HeaderClassName
{
color: #9A308D;
}
.AnyTagClassName
{
color: #9A308D;
}
</style>
background-color css
<style>
a { background-color: #9A308D; }
a { background-color: rgb(154,48,141); }
div.DivClassName
{
background-color: #9A308D;
}
.BgClassName
{
background-color: #9A308D;
}
</style>
border-color css
<style>
span { border-color: #9A308D; }
span { border-color: rgb(154,48,141); }
td.TdClassName
{
border-color: #9A308D;
}
.TagClassName
{
border-color: #9A308D;
}
</style>