Shades of Dark Purple #9B2175
Tints of Dark Purple #9B2175
RGB
CMYK
RGB Variations
Color information
#9B2175 (or 0x9B2175) is known color: Dark Purple. HEX triplet: 9B, 21 and 75. RGB value is (155,33,117). Sum of RGB (Red+Green+Blue) = 155+33+117=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2175 is #64DE8A. Grayscale: #4E4E4E. Windows color (decimal): -6610571 or 7676315. OLE color: 7676315.
HSL color Cylindrical-coordinate representation of color #9B2175: hue angle of 318.69º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2175 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 117 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.39 |
| HSL | 318.69º | 0.65% | 0.37% | - |
| HSV(B) | 318.69º | 0.79% | 0.61% | - |
| XYZ | 17.27 | 9.34 | 17.72 | - |
| YUV | 79.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 117 | 0 | 0.79 | 0.25 | 0.39 | 318.69 | 0.65 | 0.37 |
| Hex | 9B | 21 | 75 | 0 | 4F | 19 | 27 | 13F | 41 | 25 |
| Octal | 233 | 41 | 165 | 0 | 117 | 31 | 47 | 477 | 101 | 45 |
| Binary | 10011011 | 100001 | 1110101 | 0 | 1001111 | 11001 | 100111 | 100111111 | 1000001 | 100101 |
Color Harmonies of #9B2175
Complementary color
Monochromatic Colors of #9B2175
Black with #9B2175
Text Example
Text Example
White with #9B2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2175; }
p { color: rgb(155,33,117); }
H1.HeaderClassName
{
color: #9B2175;
}
.AnyTagClassName
{
color: #9B2175;
}
</style>
background-color css
<style>
a { background-color: #9B2175; }
a { background-color: rgb(155,33,117); }
div.DivClassName
{
background-color: #9B2175;
}
.BgClassName
{
background-color: #9B2175;
}
</style>
border-color css
<style>
span { border-color: #9B2175; }
span { border-color: rgb(155,33,117); }
td.TdClassName
{
border-color: #9B2175;
}
.TagClassName
{
border-color: #9B2175;
}
</style>