Shades of Purple #8B0274
Tints of Purple #8B0274
RGB
CMYK
RGB Variations
Color information
#8B0274 (or 0x8B0274) is known color: Purple. HEX triplet: 8B, 02 and 74. RGB value is (139,2,116). Sum of RGB (Red+Green+Blue) = 139+2+116=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0274 is #74FD8B. Grayscale: #373737. Windows color (decimal): -7667084 or 7602827. OLE color: 7602827.
HSL color Cylindrical-coordinate representation of color #8B0274: hue angle of 310.07º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0274 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.45 |
| HSL | 310.07º | 0.97% | 0.28% | - |
| HSV(B) | 310.07º | 0.99% | 0.55% | - |
| XYZ | 13.82 | 6.79 | 17.11 | - |
| YUV | 55.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 116 | 0 | 0.99 | 0.17 | 0.45 | 310.07 | 0.97 | 0.28 |
| Hex | 8B | 2 | 74 | 0 | 63 | 11 | 2D | 136 | 61 | 1C |
| Octal | 213 | 2 | 164 | 0 | 143 | 21 | 55 | 466 | 141 | 34 |
| Binary | 10001011 | 10 | 1110100 | 0 | 1100011 | 10001 | 101101 | 100110110 | 1100001 | 11100 |
Color Harmonies of #8B0274
Complementary color
Monochromatic Colors of #8B0274
Black with #8B0274
Text Example
Text Example
White with #8B0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0274; }
p { color: rgb(139,2,116); }
H1.HeaderClassName
{
color: #8B0274;
}
.AnyTagClassName
{
color: #8B0274;
}
</style>
background-color css
<style>
a { background-color: #8B0274; }
a { background-color: rgb(139,2,116); }
div.DivClassName
{
background-color: #8B0274;
}
.BgClassName
{
background-color: #8B0274;
}
</style>
border-color css
<style>
span { border-color: #8B0274; }
span { border-color: rgb(139,2,116); }
td.TdClassName
{
border-color: #8B0274;
}
.TagClassName
{
border-color: #8B0274;
}
</style>