Shades of Dark Purple #9A287F
Tints of Dark Purple #9A287F
RGB
CMYK
RGB Variations
Color information
#9A287F (or 0x9A287F) is known color: Dark Purple. HEX triplet: 9A, 28 and 7F. RGB value is (154,40,127). Sum of RGB (Red+Green+Blue) = 154+40+127=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A287F is #65D780. Grayscale: #535353. Windows color (decimal): -6674305 or 8333466. OLE color: 8333466.
HSL color Cylindrical-coordinate representation of color #9A287F: hue angle of 314.21º 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 #9A287F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 127 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.40 |
| HSL | 314.21º | 0.59% | 0.38% | - |
| HSV(B) | 314.21º | 0.74% | 0.6% | - |
| XYZ | 17.92 | 9.92 | 21.05 | - |
| YUV | 84 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 127 | 0 | 0.74 | 0.18 | 0.40 | 314.21 | 0.59 | 0.38 |
| Hex | 9A | 28 | 7F | 0 | 4A | 12 | 28 | 13A | 3B | 26 |
| Octal | 232 | 50 | 177 | 0 | 112 | 22 | 50 | 472 | 73 | 46 |
| Binary | 10011010 | 101000 | 1111111 | 0 | 1001010 | 10010 | 101000 | 100111010 | 111011 | 100110 |
Color Harmonies of #9A287F
Complementary color
Monochromatic Colors of #9A287F
Black with #9A287F
Text Example
Text Example
White with #9A287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A287F; }
p { color: rgb(154,40,127); }
H1.HeaderClassName
{
color: #9A287F;
}
.AnyTagClassName
{
color: #9A287F;
}
</style>
background-color css
<style>
a { background-color: #9A287F; }
a { background-color: rgb(154,40,127); }
div.DivClassName
{
background-color: #9A287F;
}
.BgClassName
{
background-color: #9A287F;
}
</style>
border-color css
<style>
span { border-color: #9A287F; }
span { border-color: rgb(154,40,127); }
td.TdClassName
{
border-color: #9A287F;
}
.TagClassName
{
border-color: #9A287F;
}
</style>