Shades of Dark Purple #8D307B
Tints of Dark Purple #8D307B
RGB
CMYK
RGB Variations
Color information
#8D307B (or 0x8D307B) is known color: Dark Purple. HEX triplet: 8D, 30 and 7B. RGB value is (141,48,123). Sum of RGB (Red+Green+Blue) = 141+48+123=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D307B is #72CF84. Grayscale: #545454. Windows color (decimal): -7524229 or 8073357. OLE color: 8073357.
HSL color Cylindrical-coordinate representation of color #8D307B: hue angle of 311.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D307B is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 123 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.45 |
| HSL | 311.61º | 0.49% | 0.37% | - |
| HSV(B) | 311.61º | 0.66% | 0.55% | - |
| XYZ | 15.62 | 9.21 | 19.69 | - |
| YUV | 84.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 123 | 0 | 0.66 | 0.13 | 0.45 | 311.61 | 0.49 | 0.37 |
| Hex | 8D | 30 | 7B | 0 | 42 | D | 2D | 138 | 31 | 25 |
| Octal | 215 | 60 | 173 | 0 | 102 | 15 | 55 | 470 | 61 | 45 |
| Binary | 10001101 | 110000 | 1111011 | 0 | 1000010 | 1101 | 101101 | 100111000 | 110001 | 100101 |
Color Harmonies of #8D307B
Complementary color
Monochromatic Colors of #8D307B
Black with #8D307B
Text Example
Text Example
White with #8D307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D307B; }
p { color: rgb(141,48,123); }
H1.HeaderClassName
{
color: #8D307B;
}
.AnyTagClassName
{
color: #8D307B;
}
</style>
background-color css
<style>
a { background-color: #8D307B; }
a { background-color: rgb(141,48,123); }
div.DivClassName
{
background-color: #8D307B;
}
.BgClassName
{
background-color: #8D307B;
}
</style>
border-color css
<style>
span { border-color: #8D307B; }
span { border-color: rgb(141,48,123); }
td.TdClassName
{
border-color: #8D307B;
}
.TagClassName
{
border-color: #8D307B;
}
</style>