Shades of Dark Purple #9B198E
Tints of Dark Purple #9B198E
RGB
CMYK
RGB Variations
Color information
#9B198E (or 0x9B198E) is known color: Dark Purple. HEX triplet: 9B, 19 and 8E. RGB value is (155,25,142). Sum of RGB (Red+Green+Blue) = 155+25+142=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B198E is #64E671. Grayscale: #4C4C4C. Windows color (decimal): -6612594 or 9312667. OLE color: 9312667.
HSL color Cylindrical-coordinate representation of color #9B198E: hue angle of 306º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B198E is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 142 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.39 |
| HSL | 306º | 0.72% | 0.35% | - |
| HSV(B) | 306º | 0.84% | 0.61% | - |
| XYZ | 18.75 | 9.62 | 26.46 | - |
| YUV | 77.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 142 | 0 | 0.84 | 0.08 | 0.39 | 306 | 0.72 | 0.35 |
| Hex | 9B | 19 | 8E | 0 | 54 | 8 | 27 | 132 | 48 | 23 |
| Octal | 233 | 31 | 216 | 0 | 124 | 10 | 47 | 462 | 110 | 43 |
| Binary | 10011011 | 11001 | 10001110 | 0 | 1010100 | 1000 | 100111 | 100110010 | 1001000 | 100011 |
Color Harmonies of #9B198E
Complementary color
Monochromatic Colors of #9B198E
Black with #9B198E
Text Example
Text Example
White with #9B198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B198E; }
p { color: rgb(155,25,142); }
H1.HeaderClassName
{
color: #9B198E;
}
.AnyTagClassName
{
color: #9B198E;
}
</style>
background-color css
<style>
a { background-color: #9B198E; }
a { background-color: rgb(155,25,142); }
div.DivClassName
{
background-color: #9B198E;
}
.BgClassName
{
background-color: #9B198E;
}
</style>
border-color css
<style>
span { border-color: #9B198E; }
span { border-color: rgb(155,25,142); }
td.TdClassName
{
border-color: #9B198E;
}
.TagClassName
{
border-color: #9B198E;
}
</style>