Shades of Dark Purple #9A267E
Tints of Dark Purple #9A267E
RGB
CMYK
RGB Variations
Color information
#9A267E (or 0x9A267E) is known color: Dark Purple. HEX triplet: 9A, 26 and 7E. RGB value is (154,38,126). Sum of RGB (Red+Green+Blue) = 154+38+126=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A267E is #65D981. Grayscale: #525252. Windows color (decimal): -6674818 or 8267418. OLE color: 8267418.
HSL color Cylindrical-coordinate representation of color #9A267E: hue angle of 314.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A267E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 126 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.40 |
| HSL | 314.48º | 0.6% | 0.38% | - |
| HSV(B) | 314.48º | 0.75% | 0.6% | - |
| XYZ | 17.79 | 9.76 | 20.69 | - |
| YUV | 82.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 126 | 0 | 0.75 | 0.18 | 0.40 | 314.48 | 0.6 | 0.38 |
| Hex | 9A | 26 | 7E | 0 | 4B | 12 | 28 | 13A | 3C | 26 |
| Octal | 232 | 46 | 176 | 0 | 113 | 22 | 50 | 472 | 74 | 46 |
| Binary | 10011010 | 100110 | 1111110 | 0 | 1001011 | 10010 | 101000 | 100111010 | 111100 | 100110 |
Color Harmonies of #9A267E
Complementary color
Monochromatic Colors of #9A267E
Black with #9A267E
Text Example
Text Example
White with #9A267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A267E; }
p { color: rgb(154,38,126); }
H1.HeaderClassName
{
color: #9A267E;
}
.AnyTagClassName
{
color: #9A267E;
}
</style>
background-color css
<style>
a { background-color: #9A267E; }
a { background-color: rgb(154,38,126); }
div.DivClassName
{
background-color: #9A267E;
}
.BgClassName
{
background-color: #9A267E;
}
</style>
border-color css
<style>
span { border-color: #9A267E; }
span { border-color: rgb(154,38,126); }
td.TdClassName
{
border-color: #9A267E;
}
.TagClassName
{
border-color: #9A267E;
}
</style>