Shades of Dark Purple #9A227F
Tints of Dark Purple #9A227F
RGB
CMYK
RGB Variations
Color information
#9A227F (or 0x9A227F) is known color: Dark Purple. HEX triplet: 9A, 22 and 7F. RGB value is (154,34,127). Sum of RGB (Red+Green+Blue) = 154+34+127=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A227F is #65DD80. Grayscale: #505050. Windows color (decimal): -6675841 or 8331930. OLE color: 8331930.
HSL color Cylindrical-coordinate representation of color #9A227F: hue angle of 313.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A227F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 127 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.40 |
| HSL | 313.5º | 0.64% | 0.37% | - |
| HSV(B) | 313.5º | 0.78% | 0.6% | - |
| XYZ | 17.73 | 9.55 | 20.99 | - |
| YUV | 80.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 127 | 0 | 0.78 | 0.18 | 0.40 | 313.5 | 0.64 | 0.37 |
| Hex | 9A | 22 | 7F | 0 | 4E | 12 | 28 | 13A | 40 | 25 |
| Octal | 232 | 42 | 177 | 0 | 116 | 22 | 50 | 472 | 100 | 45 |
| Binary | 10011010 | 100010 | 1111111 | 0 | 1001110 | 10010 | 101000 | 100111010 | 1000000 | 100101 |
Color Harmonies of #9A227F
Complementary color
Monochromatic Colors of #9A227F
Black with #9A227F
Text Example
Text Example
White with #9A227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A227F; }
p { color: rgb(154,34,127); }
H1.HeaderClassName
{
color: #9A227F;
}
.AnyTagClassName
{
color: #9A227F;
}
</style>
background-color css
<style>
a { background-color: #9A227F; }
a { background-color: rgb(154,34,127); }
div.DivClassName
{
background-color: #9A227F;
}
.BgClassName
{
background-color: #9A227F;
}
</style>
border-color css
<style>
span { border-color: #9A227F; }
span { border-color: rgb(154,34,127); }
td.TdClassName
{
border-color: #9A227F;
}
.TagClassName
{
border-color: #9A227F;
}
</style>