Shades of Dark Purple #8F257A
Tints of Dark Purple #8F257A
RGB
CMYK
RGB Variations
Color information
#8F257A (or 0x8F257A) is known color: Dark Purple. HEX triplet: 8F, 25 and 7A. RGB value is (143,37,122). Sum of RGB (Red+Green+Blue) = 143+37+122=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F257A is #70DA85. Grayscale: #4E4E4E. Windows color (decimal): -7395974 or 8005007. OLE color: 8005007.
HSL color Cylindrical-coordinate representation of color #8F257A: hue angle of 311.89º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F257A is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 122 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.44 |
| HSL | 311.89º | 0.59% | 0.35% | - |
| HSV(B) | 311.89º | 0.74% | 0.56% | - |
| XYZ | 15.5 | 8.57 | 19.25 | - |
| YUV | 78.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 122 | 0 | 0.74 | 0.15 | 0.44 | 311.89 | 0.59 | 0.35 |
| Hex | 8F | 25 | 7A | 0 | 4A | F | 2C | 138 | 3B | 23 |
| Octal | 217 | 45 | 172 | 0 | 112 | 17 | 54 | 470 | 73 | 43 |
| Binary | 10001111 | 100101 | 1111010 | 0 | 1001010 | 1111 | 101100 | 100111000 | 111011 | 100011 |
Color Harmonies of #8F257A
Complementary color
Monochromatic Colors of #8F257A
Black with #8F257A
Text Example
Text Example
White with #8F257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F257A; }
p { color: rgb(143,37,122); }
H1.HeaderClassName
{
color: #8F257A;
}
.AnyTagClassName
{
color: #8F257A;
}
</style>
background-color css
<style>
a { background-color: #8F257A; }
a { background-color: rgb(143,37,122); }
div.DivClassName
{
background-color: #8F257A;
}
.BgClassName
{
background-color: #8F257A;
}
</style>
border-color css
<style>
span { border-color: #8F257A; }
span { border-color: rgb(143,37,122); }
td.TdClassName
{
border-color: #8F257A;
}
.TagClassName
{
border-color: #8F257A;
}
</style>