Shades of Dark Purple #9B1A70
Tints of Dark Purple #9B1A70
RGB
CMYK
RGB Variations
Color information
#9B1A70 (or 0x9B1A70) is known color: Dark Purple. HEX triplet: 9B, 1A and 70. RGB value is (155,26,112). Sum of RGB (Red+Green+Blue) = 155+26+112=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A70 is #64E58F. Grayscale: #4A4A4A. Windows color (decimal): -6612368 or 7346843. OLE color: 7346843.
HSL color Cylindrical-coordinate representation of color #9B1A70: hue angle of 320º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A70 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 112 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.39 |
| HSL | 320º | 0.71% | 0.35% | - |
| HSV(B) | 320º | 0.83% | 0.61% | - |
| XYZ | 16.81 | 8.88 | 16.16 | - |
| YUV | 74.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 112 | 0 | 0.83 | 0.28 | 0.39 | 320 | 0.71 | 0.35 |
| Hex | 9B | 1A | 70 | 0 | 53 | 1C | 27 | 140 | 47 | 23 |
| Octal | 233 | 32 | 160 | 0 | 123 | 34 | 47 | 500 | 107 | 43 |
| Binary | 10011011 | 11010 | 1110000 | 0 | 1010011 | 11100 | 100111 | 101000000 | 1000111 | 100011 |
Color Harmonies of #9B1A70
Complementary color
Monochromatic Colors of #9B1A70
Black with #9B1A70
Text Example
Text Example
White with #9B1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A70; }
p { color: rgb(155,26,112); }
H1.HeaderClassName
{
color: #9B1A70;
}
.AnyTagClassName
{
color: #9B1A70;
}
</style>
background-color css
<style>
a { background-color: #9B1A70; }
a { background-color: rgb(155,26,112); }
div.DivClassName
{
background-color: #9B1A70;
}
.BgClassName
{
background-color: #9B1A70;
}
</style>
border-color css
<style>
span { border-color: #9B1A70; }
span { border-color: rgb(155,26,112); }
td.TdClassName
{
border-color: #9B1A70;
}
.TagClassName
{
border-color: #9B1A70;
}
</style>