Shades of Dark Purple #9B318E
Tints of Dark Purple #9B318E
RGB
CMYK
RGB Variations
Color information
#9B318E (or 0x9B318E) is known color: Dark Purple. HEX triplet: 9B, 31 and 8E. RGB value is (155,49,142). Sum of RGB (Red+Green+Blue) = 155+49+142=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B318E is #64CE71. Grayscale: #5B5B5B. Windows color (decimal): -6606450 or 9318811. OLE color: 9318811.
HSL color Cylindrical-coordinate representation of color #9B318E: hue angle of 307.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B318E is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 142 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.39 |
| HSL | 307.36º | 0.52% | 0.4% | - |
| HSV(B) | 307.36º | 0.68% | 0.61% | - |
| XYZ | 19.5 | 11.12 | 26.71 | - |
| YUV | 91.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 142 | 0 | 0.68 | 0.08 | 0.39 | 307.36 | 0.52 | 0.4 |
| Hex | 9B | 31 | 8E | 0 | 44 | 8 | 27 | 133 | 34 | 28 |
| Octal | 233 | 61 | 216 | 0 | 104 | 10 | 47 | 463 | 64 | 50 |
| Binary | 10011011 | 110001 | 10001110 | 0 | 1000100 | 1000 | 100111 | 100110011 | 110100 | 101000 |
Color Harmonies of #9B318E
Complementary color
Monochromatic Colors of #9B318E
Black with #9B318E
Text Example
Text Example
White with #9B318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B318E; }
p { color: rgb(155,49,142); }
H1.HeaderClassName
{
color: #9B318E;
}
.AnyTagClassName
{
color: #9B318E;
}
</style>
background-color css
<style>
a { background-color: #9B318E; }
a { background-color: rgb(155,49,142); }
div.DivClassName
{
background-color: #9B318E;
}
.BgClassName
{
background-color: #9B318E;
}
</style>
border-color css
<style>
span { border-color: #9B318E; }
span { border-color: rgb(155,49,142); }
td.TdClassName
{
border-color: #9B318E;
}
.TagClassName
{
border-color: #9B318E;
}
</style>