Shades of Dark Purple #8F397B
Tints of Dark Purple #8F397B
RGB
CMYK
RGB Variations
Color information
#8F397B (or 0x8F397B) is known color: Dark Purple. HEX triplet: 8F, 39 and 7B. RGB value is (143,57,123). Sum of RGB (Red+Green+Blue) = 143+57+123=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F397B is #70C684. Grayscale: #5A5A5A. Windows color (decimal): -7390853 or 8075663. OLE color: 8075663.
HSL color Cylindrical-coordinate representation of color #8F397B: hue angle of 313.95º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F397B is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 123 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.44 |
| HSL | 313.95º | 0.43% | 0.39% | - |
| HSV(B) | 313.95º | 0.6% | 0.56% | - |
| XYZ | 16.37 | 10.2 | 19.84 | - |
| YUV | 90.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 123 | 0 | 0.60 | 0.14 | 0.44 | 313.95 | 0.43 | 0.39 |
| Hex | 8F | 39 | 7B | 0 | 3C | E | 2C | 13A | 2B | 27 |
| Octal | 217 | 71 | 173 | 0 | 74 | 16 | 54 | 472 | 53 | 47 |
| Binary | 10001111 | 111001 | 1111011 | 0 | 111100 | 1110 | 101100 | 100111010 | 101011 | 100111 |
Color Harmonies of #8F397B
Complementary color
Monochromatic Colors of #8F397B
Black with #8F397B
Text Example
Text Example
White with #8F397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F397B; }
p { color: rgb(143,57,123); }
H1.HeaderClassName
{
color: #8F397B;
}
.AnyTagClassName
{
color: #8F397B;
}
</style>
background-color css
<style>
a { background-color: #8F397B; }
a { background-color: rgb(143,57,123); }
div.DivClassName
{
background-color: #8F397B;
}
.BgClassName
{
background-color: #8F397B;
}
</style>
border-color css
<style>
span { border-color: #8F397B; }
span { border-color: rgb(143,57,123); }
td.TdClassName
{
border-color: #8F397B;
}
.TagClassName
{
border-color: #8F397B;
}
</style>