Shades of Dark Purple #9A3385
Tints of Dark Purple #9A3385
RGB
CMYK
RGB Variations
Color information
#9A3385 (or 0x9A3385) is known color: Dark Purple. HEX triplet: 9A, 33 and 85. RGB value is (154,51,133). Sum of RGB (Red+Green+Blue) = 154+51+133=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3385 is #65CC7A. Grayscale: #5A5A5A. Windows color (decimal): -6671483 or 8729498. OLE color: 8729498.
HSL color Cylindrical-coordinate representation of color #9A3385: hue angle of 312.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3385 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 133 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.40 |
| HSL | 312.23º | 0.5% | 0.4% | - |
| HSV(B) | 312.23º | 0.67% | 0.6% | - |
| XYZ | 18.74 | 10.93 | 23.31 | - |
| YUV | 91.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 133 | 0 | 0.67 | 0.14 | 0.40 | 312.23 | 0.5 | 0.4 |
| Hex | 9A | 33 | 85 | 0 | 43 | E | 28 | 138 | 32 | 28 |
| Octal | 232 | 63 | 205 | 0 | 103 | 16 | 50 | 470 | 62 | 50 |
| Binary | 10011010 | 110011 | 10000101 | 0 | 1000011 | 1110 | 101000 | 100111000 | 110010 | 101000 |
Color Harmonies of #9A3385
Complementary color
Monochromatic Colors of #9A3385
Black with #9A3385
Text Example
Text Example
White with #9A3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3385; }
p { color: rgb(154,51,133); }
H1.HeaderClassName
{
color: #9A3385;
}
.AnyTagClassName
{
color: #9A3385;
}
</style>
background-color css
<style>
a { background-color: #9A3385; }
a { background-color: rgb(154,51,133); }
div.DivClassName
{
background-color: #9A3385;
}
.BgClassName
{
background-color: #9A3385;
}
</style>
border-color css
<style>
span { border-color: #9A3385; }
span { border-color: rgb(154,51,133); }
td.TdClassName
{
border-color: #9A3385;
}
.TagClassName
{
border-color: #9A3385;
}
</style>