Shades of Dark Purple #9A3682
Tints of Dark Purple #9A3682
RGB
CMYK
RGB Variations
Color information
#9A3682 (or 0x9A3682) is known color: Dark Purple. HEX triplet: 9A, 36 and 82. RGB value is (154,54,130). Sum of RGB (Red+Green+Blue) = 154+54+130=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3682 is #65C97D. Grayscale: #5C5C5C. Windows color (decimal): -6670718 or 8533658. OLE color: 8533658.
HSL color Cylindrical-coordinate representation of color #9A3682: hue angle of 314.4º 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 #9A3682 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 130 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.40 |
| HSL | 314.4º | 0.48% | 0.41% | - |
| HSV(B) | 314.4º | 0.65% | 0.6% | - |
| XYZ | 18.67 | 11.12 | 22.28 | - |
| YUV | 92.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 130 | 0 | 0.65 | 0.16 | 0.40 | 314.4 | 0.48 | 0.41 |
| Hex | 9A | 36 | 82 | 0 | 41 | 10 | 28 | 13A | 30 | 29 |
| Octal | 232 | 66 | 202 | 0 | 101 | 20 | 50 | 472 | 60 | 51 |
| Binary | 10011010 | 110110 | 10000010 | 0 | 1000001 | 10000 | 101000 | 100111010 | 110000 | 101001 |
Color Harmonies of #9A3682
Complementary color
Monochromatic Colors of #9A3682
Black with #9A3682
Text Example
Text Example
White with #9A3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3682; }
p { color: rgb(154,54,130); }
H1.HeaderClassName
{
color: #9A3682;
}
.AnyTagClassName
{
color: #9A3682;
}
</style>
background-color css
<style>
a { background-color: #9A3682; }
a { background-color: rgb(154,54,130); }
div.DivClassName
{
background-color: #9A3682;
}
.BgClassName
{
background-color: #9A3682;
}
</style>
border-color css
<style>
span { border-color: #9A3682; }
span { border-color: rgb(154,54,130); }
td.TdClassName
{
border-color: #9A3682;
}
.TagClassName
{
border-color: #9A3682;
}
</style>