Shades of Dark Purple #9A398A
Tints of Dark Purple #9A398A
RGB
CMYK
RGB Variations
Color information
#9A398A (or 0x9A398A) is known color: Dark Purple. HEX triplet: 9A, 39 and 8A. RGB value is (154,57,138). Sum of RGB (Red+Green+Blue) = 154+57+138=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A398A is #65C675. Grayscale: #5F5F5F. Windows color (decimal): -6669942 or 9058714. OLE color: 9058714.
HSL color Cylindrical-coordinate representation of color #9A398A: hue angle of 309.9º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A398A is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 138 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.40 |
| HSL | 309.9º | 0.46% | 0.41% | - |
| HSV(B) | 309.9º | 0.63% | 0.6% | - |
| XYZ | 19.38 | 11.63 | 25.27 | - |
| YUV | 95.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 138 | 0 | 0.63 | 0.10 | 0.40 | 309.9 | 0.46 | 0.41 |
| Hex | 9A | 39 | 8A | 0 | 3F | A | 28 | 136 | 2E | 29 |
| Octal | 232 | 71 | 212 | 0 | 77 | 12 | 50 | 466 | 56 | 51 |
| Binary | 10011010 | 111001 | 10001010 | 0 | 111111 | 1010 | 101000 | 100110110 | 101110 | 101001 |
Color Harmonies of #9A398A
Complementary color
Monochromatic Colors of #9A398A
Black with #9A398A
Text Example
Text Example
White with #9A398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A398A; }
p { color: rgb(154,57,138); }
H1.HeaderClassName
{
color: #9A398A;
}
.AnyTagClassName
{
color: #9A398A;
}
</style>
background-color css
<style>
a { background-color: #9A398A; }
a { background-color: rgb(154,57,138); }
div.DivClassName
{
background-color: #9A398A;
}
.BgClassName
{
background-color: #9A398A;
}
</style>
border-color css
<style>
span { border-color: #9A398A; }
span { border-color: rgb(154,57,138); }
td.TdClassName
{
border-color: #9A398A;
}
.TagClassName
{
border-color: #9A398A;
}
</style>