Shades of Dark Purple #8D2F6B
Tints of Dark Purple #8D2F6B
RGB
CMYK
RGB Variations
Color information
#8D2F6B (or 0x8D2F6B) is known color: Dark Purple. HEX triplet: 8D, 2F and 6B. RGB value is (141,47,107). Sum of RGB (Red+Green+Blue) = 141+47+107=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F6B is #72D094. Grayscale: #515151. Windows color (decimal): -7524501 or 7024525. OLE color: 7024525.
HSL color Cylindrical-coordinate representation of color #8D2F6B: hue angle of 321.7º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F6B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 107 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.45 |
| HSL | 321.7º | 0.5% | 0.37% | - |
| HSV(B) | 321.7º | 0.67% | 0.55% | - |
| XYZ | 14.65 | 8.76 | 14.83 | - |
| YUV | 81.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 107 | 0 | 0.67 | 0.24 | 0.45 | 321.7 | 0.5 | 0.37 |
| Hex | 8D | 2F | 6B | 0 | 43 | 18 | 2D | 142 | 32 | 25 |
| Octal | 215 | 57 | 153 | 0 | 103 | 30 | 55 | 502 | 62 | 45 |
| Binary | 10001101 | 101111 | 1101011 | 0 | 1000011 | 11000 | 101101 | 101000010 | 110010 | 100101 |
Color Harmonies of #8D2F6B
Complementary color
Monochromatic Colors of #8D2F6B
Black with #8D2F6B
Text Example
Text Example
White with #8D2F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F6B; }
p { color: rgb(141,47,107); }
H1.HeaderClassName
{
color: #8D2F6B;
}
.AnyTagClassName
{
color: #8D2F6B;
}
</style>
background-color css
<style>
a { background-color: #8D2F6B; }
a { background-color: rgb(141,47,107); }
div.DivClassName
{
background-color: #8D2F6B;
}
.BgClassName
{
background-color: #8D2F6B;
}
</style>
border-color css
<style>
span { border-color: #8D2F6B; }
span { border-color: rgb(141,47,107); }
td.TdClassName
{
border-color: #8D2F6B;
}
.TagClassName
{
border-color: #8D2F6B;
}
</style>