Shades of Dark Purple #8F3F7B
Tints of Dark Purple #8F3F7B
RGB
CMYK
RGB Variations
Color information
#8F3F7B (or 0x8F3F7B) is known color: Dark Purple. HEX triplet: 8F, 3F and 7B. RGB value is (143,63,123). Sum of RGB (Red+Green+Blue) = 143+63+123=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F7B is #70C084. Grayscale: #5D5D5D. Windows color (decimal): -7389317 or 8077199. OLE color: 8077199.
HSL color Cylindrical-coordinate representation of color #8F3F7B: hue angle of 315º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F7B is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 123 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.44 |
| HSL | 315º | 0.39% | 0.4% | - |
| HSV(B) | 315º | 0.56% | 0.56% | - |
| XYZ | 16.68 | 10.82 | 19.95 | - |
| YUV | 93.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 123 | 0 | 0.56 | 0.14 | 0.44 | 315 | 0.39 | 0.4 |
| Hex | 8F | 3F | 7B | 0 | 38 | E | 2C | 13B | 27 | 28 |
| Octal | 217 | 77 | 173 | 0 | 70 | 16 | 54 | 473 | 47 | 50 |
| Binary | 10001111 | 111111 | 1111011 | 0 | 111000 | 1110 | 101100 | 100111011 | 100111 | 101000 |
Color Harmonies of #8F3F7B
Complementary color
Monochromatic Colors of #8F3F7B
Black with #8F3F7B
Text Example
Text Example
White with #8F3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F7B; }
p { color: rgb(143,63,123); }
H1.HeaderClassName
{
color: #8F3F7B;
}
.AnyTagClassName
{
color: #8F3F7B;
}
</style>
background-color css
<style>
a { background-color: #8F3F7B; }
a { background-color: rgb(143,63,123); }
div.DivClassName
{
background-color: #8F3F7B;
}
.BgClassName
{
background-color: #8F3F7B;
}
</style>
border-color css
<style>
span { border-color: #8F3F7B; }
span { border-color: rgb(143,63,123); }
td.TdClassName
{
border-color: #8F3F7B;
}
.TagClassName
{
border-color: #8F3F7B;
}
</style>