Shades of Dark Purple #9B347F
Tints of Dark Purple #9B347F
RGB
CMYK
RGB Variations
Color information
#9B347F (or 0x9B347F) is known color: Dark Purple. HEX triplet: 9B, 34 and 7F. RGB value is (155,52,127). Sum of RGB (Red+Green+Blue) = 155+52+127=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B347F is #64CB80. Grayscale: #5B5B5B. Windows color (decimal): -6605697 or 8336539. OLE color: 8336539.
HSL color Cylindrical-coordinate representation of color #9B347F: hue angle of 316.31º degrees, saturation: 0.5, 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 #9B347F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 127 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.39 |
| HSL | 316.31º | 0.5% | 0.41% | - |
| HSV(B) | 316.31º | 0.66% | 0.61% | - |
| XYZ | 18.58 | 10.96 | 21.21 | - |
| YUV | 91.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 127 | 0 | 0.66 | 0.18 | 0.39 | 316.31 | 0.5 | 0.41 |
| Hex | 9B | 34 | 7F | 0 | 42 | 12 | 27 | 13C | 32 | 29 |
| Octal | 233 | 64 | 177 | 0 | 102 | 22 | 47 | 474 | 62 | 51 |
| Binary | 10011011 | 110100 | 1111111 | 0 | 1000010 | 10010 | 100111 | 100111100 | 110010 | 101001 |
Color Harmonies of #9B347F
Complementary color
Monochromatic Colors of #9B347F
Black with #9B347F
Text Example
Text Example
White with #9B347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B347F; }
p { color: rgb(155,52,127); }
H1.HeaderClassName
{
color: #9B347F;
}
.AnyTagClassName
{
color: #9B347F;
}
</style>
background-color css
<style>
a { background-color: #9B347F; }
a { background-color: rgb(155,52,127); }
div.DivClassName
{
background-color: #9B347F;
}
.BgClassName
{
background-color: #9B347F;
}
</style>
border-color css
<style>
span { border-color: #9B347F; }
span { border-color: rgb(155,52,127); }
td.TdClassName
{
border-color: #9B347F;
}
.TagClassName
{
border-color: #9B347F;
}
</style>