Shades of Dark Purple #9A257D
Tints of Dark Purple #9A257D
RGB
CMYK
RGB Variations
Color information
#9A257D (or 0x9A257D) is known color: Dark Purple. HEX triplet: 9A, 25 and 7D. RGB value is (154,37,125). Sum of RGB (Red+Green+Blue) = 154+37+125=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A257D is #65DA82. Grayscale: #515151. Windows color (decimal): -6675075 or 8201626. OLE color: 8201626.
HSL color Cylindrical-coordinate representation of color #9A257D: hue angle of 314.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A257D is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 125 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.40 |
| HSL | 314.87º | 0.61% | 0.37% | - |
| HSV(B) | 314.87º | 0.76% | 0.6% | - |
| XYZ | 17.69 | 9.67 | 20.34 | - |
| YUV | 82.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 125 | 0 | 0.76 | 0.19 | 0.40 | 314.87 | 0.61 | 0.37 |
| Hex | 9A | 25 | 7D | 0 | 4C | 13 | 28 | 13B | 3D | 25 |
| Octal | 232 | 45 | 175 | 0 | 114 | 23 | 50 | 473 | 75 | 45 |
| Binary | 10011010 | 100101 | 1111101 | 0 | 1001100 | 10011 | 101000 | 100111011 | 111101 | 100101 |
Color Harmonies of #9A257D
Complementary color
Monochromatic Colors of #9A257D
Black with #9A257D
Text Example
Text Example
White with #9A257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A257D; }
p { color: rgb(154,37,125); }
H1.HeaderClassName
{
color: #9A257D;
}
.AnyTagClassName
{
color: #9A257D;
}
</style>
background-color css
<style>
a { background-color: #9A257D; }
a { background-color: rgb(154,37,125); }
div.DivClassName
{
background-color: #9A257D;
}
.BgClassName
{
background-color: #9A257D;
}
</style>
border-color css
<style>
span { border-color: #9A257D; }
span { border-color: rgb(154,37,125); }
td.TdClassName
{
border-color: #9A257D;
}
.TagClassName
{
border-color: #9A257D;
}
</style>