Shades of Dark Purple #9A1A70
Tints of Dark Purple #9A1A70
RGB
CMYK
RGB Variations
Color information
#9A1A70 (or 0x9A1A70) is known color: Dark Purple. HEX triplet: 9A, 1A and 70. RGB value is (154,26,112). Sum of RGB (Red+Green+Blue) = 154+26+112=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1A70 is #65E58F. Grayscale: #494949. Windows color (decimal): -6677904 or 7346842. OLE color: 7346842.
HSL color Cylindrical-coordinate representation of color #9A1A70: hue angle of 319.69º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1A70 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 112 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.40 |
| HSL | 319.69º | 0.71% | 0.35% | - |
| HSV(B) | 319.69º | 0.83% | 0.6% | - |
| XYZ | 16.62 | 8.78 | 16.15 | - |
| YUV | 74.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 112 | 0 | 0.83 | 0.27 | 0.40 | 319.69 | 0.71 | 0.35 |
| Hex | 9A | 1A | 70 | 0 | 53 | 1B | 28 | 140 | 47 | 23 |
| Octal | 232 | 32 | 160 | 0 | 123 | 33 | 50 | 500 | 107 | 43 |
| Binary | 10011010 | 11010 | 1110000 | 0 | 1010011 | 11011 | 101000 | 101000000 | 1000111 | 100011 |
Color Harmonies of #9A1A70
Complementary color
Monochromatic Colors of #9A1A70
Black with #9A1A70
Text Example
Text Example
White with #9A1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A70; }
p { color: rgb(154,26,112); }
H1.HeaderClassName
{
color: #9A1A70;
}
.AnyTagClassName
{
color: #9A1A70;
}
</style>
background-color css
<style>
a { background-color: #9A1A70; }
a { background-color: rgb(154,26,112); }
div.DivClassName
{
background-color: #9A1A70;
}
.BgClassName
{
background-color: #9A1A70;
}
</style>
border-color css
<style>
span { border-color: #9A1A70; }
span { border-color: rgb(154,26,112); }
td.TdClassName
{
border-color: #9A1A70;
}
.TagClassName
{
border-color: #9A1A70;
}
</style>