Shades of Dark Purple #9A2F90
Tints of Dark Purple #9A2F90
RGB
CMYK
RGB Variations
Color information
#9A2F90 (or 0x9A2F90) is known color: Dark Purple. HEX triplet: 9A, 2F and 90. RGB value is (154,47,144). Sum of RGB (Red+Green+Blue) = 154+47+144=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2F90 is #65D06F. Grayscale: #595959. Windows color (decimal): -6672496 or 9449370. OLE color: 9449370.
HSL color Cylindrical-coordinate representation of color #9A2F90: hue angle of 305.61º 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 #9A2F90 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 144 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.40 |
| HSL | 305.61º | 0.53% | 0.39% | - |
| HSV(B) | 305.61º | 0.69% | 0.6% | - |
| XYZ | 19.38 | 10.92 | 27.47 | - |
| YUV | 90.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 144 | 0 | 0.69 | 0.06 | 0.40 | 305.61 | 0.53 | 0.39 |
| Hex | 9A | 2F | 90 | 0 | 45 | 6 | 28 | 132 | 35 | 27 |
| Octal | 232 | 57 | 220 | 0 | 105 | 6 | 50 | 462 | 65 | 47 |
| Binary | 10011010 | 101111 | 10010000 | 0 | 1000101 | 110 | 101000 | 100110010 | 110101 | 100111 |
Color Harmonies of #9A2F90
Complementary color
Monochromatic Colors of #9A2F90
Black with #9A2F90
Text Example
Text Example
White with #9A2F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F90; }
p { color: rgb(154,47,144); }
H1.HeaderClassName
{
color: #9A2F90;
}
.AnyTagClassName
{
color: #9A2F90;
}
</style>
background-color css
<style>
a { background-color: #9A2F90; }
a { background-color: rgb(154,47,144); }
div.DivClassName
{
background-color: #9A2F90;
}
.BgClassName
{
background-color: #9A2F90;
}
</style>
border-color css
<style>
span { border-color: #9A2F90; }
span { border-color: rgb(154,47,144); }
td.TdClassName
{
border-color: #9A2F90;
}
.TagClassName
{
border-color: #9A2F90;
}
</style>