Shades of Dark Purple #9B357B
Tints of Dark Purple #9B357B
RGB
CMYK
RGB Variations
Color information
#9B357B (or 0x9B357B) is known color: Dark Purple. HEX triplet: 9B, 35 and 7B. RGB value is (155,53,123). Sum of RGB (Red+Green+Blue) = 155+53+123=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B357B is #64CA84. Grayscale: #5B5B5B. Windows color (decimal): -6605445 or 8074651. OLE color: 8074651.
HSL color Cylindrical-coordinate representation of color #9B357B: hue angle of 318.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B357B is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 123 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.39 |
| HSL | 318.82º | 0.49% | 0.41% | - |
| HSV(B) | 318.82º | 0.66% | 0.61% | - |
| XYZ | 18.37 | 10.94 | 19.88 | - |
| YUV | 91.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 123 | 0 | 0.66 | 0.21 | 0.39 | 318.82 | 0.49 | 0.41 |
| Hex | 9B | 35 | 7B | 0 | 42 | 15 | 27 | 13F | 31 | 29 |
| Octal | 233 | 65 | 173 | 0 | 102 | 25 | 47 | 477 | 61 | 51 |
| Binary | 10011011 | 110101 | 1111011 | 0 | 1000010 | 10101 | 100111 | 100111111 | 110001 | 101001 |
Color Harmonies of #9B357B
Complementary color
Monochromatic Colors of #9B357B
Black with #9B357B
Text Example
Text Example
White with #9B357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B357B; }
p { color: rgb(155,53,123); }
H1.HeaderClassName
{
color: #9B357B;
}
.AnyTagClassName
{
color: #9B357B;
}
</style>
background-color css
<style>
a { background-color: #9B357B; }
a { background-color: rgb(155,53,123); }
div.DivClassName
{
background-color: #9B357B;
}
.BgClassName
{
background-color: #9B357B;
}
</style>
border-color css
<style>
span { border-color: #9B357B; }
span { border-color: rgb(155,53,123); }
td.TdClassName
{
border-color: #9B357B;
}
.TagClassName
{
border-color: #9B357B;
}
</style>