Shades of Dark Purple #8B198C
Tints of Dark Purple #8B198C
RGB
CMYK
RGB Variations
Color information
#8B198C (or 0x8B198C) is known color: Dark Purple. HEX triplet: 8B, 19 and 8C. RGB value is (139,25,140). Sum of RGB (Red+Green+Blue) = 139+25+140=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B198C is #74E673. Grayscale: #474747. Windows color (decimal): -7661172 or 9181579. OLE color: 9181579.
HSL color Cylindrical-coordinate representation of color #8B198C: hue angle of 299.48º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B198C is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 140 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.45 |
| HSL | 299.48º | 0.7% | 0.32% | - |
| HSV(B) | 299.48º | 0.82% | 0.55% | - |
| XYZ | 15.73 | 8.08 | 25.54 | - |
| YUV | 72.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 140 | 0.01 | 0.82 | 0 | 0.45 | 299.48 | 0.7 | 0.32 |
| Hex | 8B | 19 | 8C | 1 | 52 | 0 | 2D | 12B | 46 | 20 |
| Octal | 213 | 31 | 214 | 1 | 122 | 0 | 55 | 453 | 106 | 40 |
| Binary | 10001011 | 11001 | 10001100 | 1 | 1010010 | 0 | 101101 | 100101011 | 1000110 | 100000 |
Color Harmonies of #8B198C
Complementary color
Monochromatic Colors of #8B198C
Black with #8B198C
Text Example
Text Example
White with #8B198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B198C; }
p { color: rgb(139,25,140); }
H1.HeaderClassName
{
color: #8B198C;
}
.AnyTagClassName
{
color: #8B198C;
}
</style>
background-color css
<style>
a { background-color: #8B198C; }
a { background-color: rgb(139,25,140); }
div.DivClassName
{
background-color: #8B198C;
}
.BgClassName
{
background-color: #8B198C;
}
</style>
border-color css
<style>
span { border-color: #8B198C; }
span { border-color: rgb(139,25,140); }
td.TdClassName
{
border-color: #8B198C;
}
.TagClassName
{
border-color: #8B198C;
}
</style>