Shades of Purple #8B0174
Tints of Purple #8B0174
RGB
CMYK
RGB Variations
Color information
#8B0174 (or 0x8B0174) is known color: Purple. HEX triplet: 8B, 01 and 74. RGB value is (139,1,116). Sum of RGB (Red+Green+Blue) = 139+1+116=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0174 is #74FE8B. Grayscale: #373737. Windows color (decimal): -7667340 or 7602571. OLE color: 7602571.
HSL color Cylindrical-coordinate representation of color #8B0174: hue angle of 310º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0174 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.45 |
| HSL | 310º | 0.99% | 0.27% | - |
| HSV(B) | 310º | 0.99% | 0.55% | - |
| XYZ | 13.81 | 6.77 | 17.1 | - |
| YUV | 55.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 116 | 0 | 0.99 | 0.17 | 0.45 | 310 | 0.99 | 0.27 |
| Hex | 8B | 1 | 74 | 0 | 63 | 11 | 2D | 136 | 63 | 1B |
| Octal | 213 | 1 | 164 | 0 | 143 | 21 | 55 | 466 | 143 | 33 |
| Binary | 10001011 | 1 | 1110100 | 0 | 1100011 | 10001 | 101101 | 100110110 | 1100011 | 11011 |
Color Harmonies of #8B0174
Complementary color
Monochromatic Colors of #8B0174
Black with #8B0174
Text Example
Text Example
White with #8B0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0174; }
p { color: rgb(139,1,116); }
H1.HeaderClassName
{
color: #8B0174;
}
.AnyTagClassName
{
color: #8B0174;
}
</style>
background-color css
<style>
a { background-color: #8B0174; }
a { background-color: rgb(139,1,116); }
div.DivClassName
{
background-color: #8B0174;
}
.BgClassName
{
background-color: #8B0174;
}
</style>
border-color css
<style>
span { border-color: #8B0174; }
span { border-color: rgb(139,1,116); }
td.TdClassName
{
border-color: #8B0174;
}
.TagClassName
{
border-color: #8B0174;
}
</style>