Shades of Dark Purple #9B2670
Tints of Dark Purple #9B2670
RGB
CMYK
RGB Variations
Color information
#9B2670 (or 0x9B2670) is known color: Dark Purple. HEX triplet: 9B, 26 and 70. RGB value is (155,38,112). Sum of RGB (Red+Green+Blue) = 155+38+112=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2670 is #64D98F. Grayscale: #515151. Windows color (decimal): -6609296 or 7349915. OLE color: 7349915.
HSL color Cylindrical-coordinate representation of color #9B2670: hue angle of 322.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2670 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 112 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.39 |
| HSL | 322.05º | 0.61% | 0.38% | - |
| HSV(B) | 322.05º | 0.75% | 0.61% | - |
| XYZ | 17.14 | 9.52 | 16.26 | - |
| YUV | 81.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 112 | 0 | 0.75 | 0.28 | 0.39 | 322.05 | 0.61 | 0.38 |
| Hex | 9B | 26 | 70 | 0 | 4B | 1C | 27 | 142 | 3D | 26 |
| Octal | 233 | 46 | 160 | 0 | 113 | 34 | 47 | 502 | 75 | 46 |
| Binary | 10011011 | 100110 | 1110000 | 0 | 1001011 | 11100 | 100111 | 101000010 | 111101 | 100110 |
Color Harmonies of #9B2670
Complementary color
Monochromatic Colors of #9B2670
Black with #9B2670
Text Example
Text Example
White with #9B2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2670; }
p { color: rgb(155,38,112); }
H1.HeaderClassName
{
color: #9B2670;
}
.AnyTagClassName
{
color: #9B2670;
}
</style>
background-color css
<style>
a { background-color: #9B2670; }
a { background-color: rgb(155,38,112); }
div.DivClassName
{
background-color: #9B2670;
}
.BgClassName
{
background-color: #9B2670;
}
</style>
border-color css
<style>
span { border-color: #9B2670; }
span { border-color: rgb(155,38,112); }
td.TdClassName
{
border-color: #9B2670;
}
.TagClassName
{
border-color: #9B2670;
}
</style>