Shades of Dark Purple #9B337B
Tints of Dark Purple #9B337B
RGB
CMYK
RGB Variations
Color information
#9B337B (or 0x9B337B) is known color: Dark Purple. HEX triplet: 9B, 33 and 7B. RGB value is (155,51,123). Sum of RGB (Red+Green+Blue) = 155+51+123=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B337B is #64CC84. Grayscale: #5A5A5A. Windows color (decimal): -6605957 or 8074139. OLE color: 8074139.
HSL color Cylindrical-coordinate representation of color #9B337B: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B337B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 123 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.39 |
| HSL | 318.46º | 0.5% | 0.4% | - |
| HSV(B) | 318.46º | 0.67% | 0.61% | - |
| XYZ | 18.28 | 10.77 | 19.85 | - |
| YUV | 90.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 123 | 0 | 0.67 | 0.21 | 0.39 | 318.46 | 0.5 | 0.4 |
| Hex | 9B | 33 | 7B | 0 | 43 | 15 | 27 | 13E | 32 | 28 |
| Octal | 233 | 63 | 173 | 0 | 103 | 25 | 47 | 476 | 62 | 50 |
| Binary | 10011011 | 110011 | 1111011 | 0 | 1000011 | 10101 | 100111 | 100111110 | 110010 | 101000 |
Color Harmonies of #9B337B
Complementary color
Monochromatic Colors of #9B337B
Black with #9B337B
Text Example
Text Example
White with #9B337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B337B; }
p { color: rgb(155,51,123); }
H1.HeaderClassName
{
color: #9B337B;
}
.AnyTagClassName
{
color: #9B337B;
}
</style>
background-color css
<style>
a { background-color: #9B337B; }
a { background-color: rgb(155,51,123); }
div.DivClassName
{
background-color: #9B337B;
}
.BgClassName
{
background-color: #9B337B;
}
</style>
border-color css
<style>
span { border-color: #9B337B; }
span { border-color: rgb(155,51,123); }
td.TdClassName
{
border-color: #9B337B;
}
.TagClassName
{
border-color: #9B337B;
}
</style>