Shades of Dark Purple #9A3183
Tints of Dark Purple #9A3183
RGB
CMYK
RGB Variations
Color information
#9A3183 (or 0x9A3183) is known color: Dark Purple. HEX triplet: 9A, 31 and 83. RGB value is (154,49,131). Sum of RGB (Red+Green+Blue) = 154+49+131=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3183 is #65CE7C. Grayscale: #595959. Windows color (decimal): -6671997 or 8597914. OLE color: 8597914.
HSL color Cylindrical-coordinate representation of color #9A3183: hue angle of 313.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3183 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 131 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.40 |
| HSL | 313.14º | 0.52% | 0.4% | - |
| HSV(B) | 313.14º | 0.68% | 0.6% | - |
| XYZ | 18.52 | 10.71 | 22.56 | - |
| YUV | 89.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 131 | 0 | 0.68 | 0.15 | 0.40 | 313.14 | 0.52 | 0.4 |
| Hex | 9A | 31 | 83 | 0 | 44 | F | 28 | 139 | 34 | 28 |
| Octal | 232 | 61 | 203 | 0 | 104 | 17 | 50 | 471 | 64 | 50 |
| Binary | 10011010 | 110001 | 10000011 | 0 | 1000100 | 1111 | 101000 | 100111001 | 110100 | 101000 |
Color Harmonies of #9A3183
Complementary color
Monochromatic Colors of #9A3183
Black with #9A3183
Text Example
Text Example
White with #9A3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3183; }
p { color: rgb(154,49,131); }
H1.HeaderClassName
{
color: #9A3183;
}
.AnyTagClassName
{
color: #9A3183;
}
</style>
background-color css
<style>
a { background-color: #9A3183; }
a { background-color: rgb(154,49,131); }
div.DivClassName
{
background-color: #9A3183;
}
.BgClassName
{
background-color: #9A3183;
}
</style>
border-color css
<style>
span { border-color: #9A3183; }
span { border-color: rgb(154,49,131); }
td.TdClassName
{
border-color: #9A3183;
}
.TagClassName
{
border-color: #9A3183;
}
</style>