Shades of Dark Purple #9A2F7F
Tints of Dark Purple #9A2F7F
RGB
CMYK
RGB Variations
Color information
#9A2F7F (or 0x9A2F7F) is known color: Dark Purple. HEX triplet: 9A, 2F and 7F. RGB value is (154,47,127). Sum of RGB (Red+Green+Blue) = 154+47+127=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2F7F is #65D080. Grayscale: #575757. Windows color (decimal): -6672513 or 8335258. OLE color: 8335258.
HSL color Cylindrical-coordinate representation of color #9A2F7F: hue angle of 315.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A2F7F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 127 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.40 |
| HSL | 315.14º | 0.53% | 0.39% | - |
| HSV(B) | 315.14º | 0.69% | 0.6% | - |
| XYZ | 18.17 | 10.44 | 21.14 | - |
| YUV | 88.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 127 | 0 | 0.69 | 0.18 | 0.40 | 315.14 | 0.53 | 0.39 |
| Hex | 9A | 2F | 7F | 0 | 45 | 12 | 28 | 13B | 35 | 27 |
| Octal | 232 | 57 | 177 | 0 | 105 | 22 | 50 | 473 | 65 | 47 |
| Binary | 10011010 | 101111 | 1111111 | 0 | 1000101 | 10010 | 101000 | 100111011 | 110101 | 100111 |
Color Harmonies of #9A2F7F
Complementary color
Monochromatic Colors of #9A2F7F
Black with #9A2F7F
Text Example
Text Example
White with #9A2F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F7F; }
p { color: rgb(154,47,127); }
H1.HeaderClassName
{
color: #9A2F7F;
}
.AnyTagClassName
{
color: #9A2F7F;
}
</style>
background-color css
<style>
a { background-color: #9A2F7F; }
a { background-color: rgb(154,47,127); }
div.DivClassName
{
background-color: #9A2F7F;
}
.BgClassName
{
background-color: #9A2F7F;
}
</style>
border-color css
<style>
span { border-color: #9A2F7F; }
span { border-color: rgb(154,47,127); }
td.TdClassName
{
border-color: #9A2F7F;
}
.TagClassName
{
border-color: #9A2F7F;
}
</style>