Shades of Dark Purple #934080
Tints of Dark Purple #934080
RGB
CMYK
RGB Variations
Color information
#934080 (or 0x934080) is known color: Dark Purple. HEX triplet: 93, 40 and 80. RGB value is (147,64,128). Sum of RGB (Red+Green+Blue) = 147+64+128=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #934080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934080 is #6CBF7F. Grayscale: #5F5F5F. Windows color (decimal): -7126912 or 8405139. OLE color: 8405139.
HSL color Cylindrical-coordinate representation of color #934080: hue angle of 313.73º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934080 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 128 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.42 |
| HSL | 313.73º | 0.39% | 0.41% | - |
| HSV(B) | 313.73º | 0.56% | 0.58% | - |
| XYZ | 17.76 | 11.43 | 21.69 | - |
| YUV | 96.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 128 | 0 | 0.56 | 0.13 | 0.42 | 313.73 | 0.39 | 0.41 |
| Hex | 93 | 40 | 80 | 0 | 38 | D | 2A | 13A | 27 | 29 |
| Octal | 223 | 100 | 200 | 0 | 70 | 15 | 52 | 472 | 47 | 51 |
| Binary | 10010011 | 1000000 | 10000000 | 0 | 111000 | 1101 | 101010 | 100111010 | 100111 | 101001 |
Color Harmonies of #934080
Complementary color
Monochromatic Colors of #934080
Black with #934080
Text Example
Text Example
White with #934080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934080; }
p { color: rgb(147,64,128); }
H1.HeaderClassName
{
color: #934080;
}
.AnyTagClassName
{
color: #934080;
}
</style>
background-color css
<style>
a { background-color: #934080; }
a { background-color: rgb(147,64,128); }
div.DivClassName
{
background-color: #934080;
}
.BgClassName
{
background-color: #934080;
}
</style>
border-color css
<style>
span { border-color: #934080; }
span { border-color: rgb(147,64,128); }
td.TdClassName
{
border-color: #934080;
}
.TagClassName
{
border-color: #934080;
}
</style>