Shades of Dark Purple #931B80
Tints of Dark Purple #931B80
RGB
CMYK
RGB Variations
Color information
#931B80 (or 0x931B80) is known color: Dark Purple. HEX triplet: 93, 1B and 80. RGB value is (147,27,128). Sum of RGB (Red+Green+Blue) = 147+27+128=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #931B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931B80 is #6CE47F. Grayscale: #4A4A4A. Windows color (decimal): -7136384 or 8395667. OLE color: 8395667.
HSL color Cylindrical-coordinate representation of color #931B80: hue angle of 309.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931B80 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 128 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.42 |
| HSL | 309.5º | 0.69% | 0.34% | - |
| HSV(B) | 309.5º | 0.82% | 0.58% | - |
| XYZ | 16.32 | 8.55 | 21.21 | - |
| YUV | 74.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 128 | 0 | 0.82 | 0.13 | 0.42 | 309.5 | 0.69 | 0.34 |
| Hex | 93 | 1B | 80 | 0 | 52 | D | 2A | 136 | 45 | 22 |
| Octal | 223 | 33 | 200 | 0 | 122 | 15 | 52 | 466 | 105 | 42 |
| Binary | 10010011 | 11011 | 10000000 | 0 | 1010010 | 1101 | 101010 | 100110110 | 1000101 | 100010 |
Color Harmonies of #931B80
Complementary color
Monochromatic Colors of #931B80
Black with #931B80
Text Example
Text Example
White with #931B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B80; }
p { color: rgb(147,27,128); }
H1.HeaderClassName
{
color: #931B80;
}
.AnyTagClassName
{
color: #931B80;
}
</style>
background-color css
<style>
a { background-color: #931B80; }
a { background-color: rgb(147,27,128); }
div.DivClassName
{
background-color: #931B80;
}
.BgClassName
{
background-color: #931B80;
}
</style>
border-color css
<style>
span { border-color: #931B80; }
span { border-color: rgb(147,27,128); }
td.TdClassName
{
border-color: #931B80;
}
.TagClassName
{
border-color: #931B80;
}
</style>