Shades of Dark Purple #9A287D
Tints of Dark Purple #9A287D
RGB
CMYK
RGB Variations
Color information
#9A287D (or 0x9A287D) is known color: Dark Purple. HEX triplet: 9A, 28 and 7D. RGB value is (154,40,125). Sum of RGB (Red+Green+Blue) = 154+40+125=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A287D is #65D782. Grayscale: #535353. Windows color (decimal): -6674307 or 8202394. OLE color: 8202394.
HSL color Cylindrical-coordinate representation of color #9A287D: hue angle of 315.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A287D is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 125 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.40 |
| HSL | 315.26º | 0.59% | 0.38% | - |
| HSV(B) | 315.26º | 0.74% | 0.6% | - |
| XYZ | 17.79 | 9.87 | 20.37 | - |
| YUV | 83.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 125 | 0 | 0.74 | 0.19 | 0.40 | 315.26 | 0.59 | 0.38 |
| Hex | 9A | 28 | 7D | 0 | 4A | 13 | 28 | 13B | 3B | 26 |
| Octal | 232 | 50 | 175 | 0 | 112 | 23 | 50 | 473 | 73 | 46 |
| Binary | 10011010 | 101000 | 1111101 | 0 | 1001010 | 10011 | 101000 | 100111011 | 111011 | 100110 |
Color Harmonies of #9A287D
Complementary color
Monochromatic Colors of #9A287D
Black with #9A287D
Text Example
Text Example
White with #9A287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A287D; }
p { color: rgb(154,40,125); }
H1.HeaderClassName
{
color: #9A287D;
}
.AnyTagClassName
{
color: #9A287D;
}
</style>
background-color css
<style>
a { background-color: #9A287D; }
a { background-color: rgb(154,40,125); }
div.DivClassName
{
background-color: #9A287D;
}
.BgClassName
{
background-color: #9A287D;
}
</style>
border-color css
<style>
span { border-color: #9A287D; }
span { border-color: rgb(154,40,125); }
td.TdClassName
{
border-color: #9A287D;
}
.TagClassName
{
border-color: #9A287D;
}
</style>