Shades of Dark Purple #934078
Tints of Dark Purple #934078
RGB
CMYK
RGB Variations
Color information
#934078 (or 0x934078) is known color: Dark Purple. HEX triplet: 93, 40 and 78. RGB value is (147,64,120). Sum of RGB (Red+Green+Blue) = 147+64+120=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934078 is #6CBF87. Grayscale: #5F5F5F. Windows color (decimal): -7126920 or 7880851. OLE color: 7880851.
HSL color Cylindrical-coordinate representation of color #934078: hue angle of 319.52º 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 #934078 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 120 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.42 |
| HSL | 319.52º | 0.39% | 0.41% | - |
| HSV(B) | 319.52º | 0.56% | 0.58% | - |
| XYZ | 17.26 | 11.23 | 19.03 | - |
| YUV | 95.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 120 | 0 | 0.56 | 0.18 | 0.42 | 319.52 | 0.39 | 0.41 |
| Hex | 93 | 40 | 78 | 0 | 38 | 12 | 2A | 140 | 27 | 29 |
| Octal | 223 | 100 | 170 | 0 | 70 | 22 | 52 | 500 | 47 | 51 |
| Binary | 10010011 | 1000000 | 1111000 | 0 | 111000 | 10010 | 101010 | 101000000 | 100111 | 101001 |
Color Harmonies of #934078
Complementary color
Monochromatic Colors of #934078
Black with #934078
Text Example
Text Example
White with #934078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934078; }
p { color: rgb(147,64,120); }
H1.HeaderClassName
{
color: #934078;
}
.AnyTagClassName
{
color: #934078;
}
</style>
background-color css
<style>
a { background-color: #934078; }
a { background-color: rgb(147,64,120); }
div.DivClassName
{
background-color: #934078;
}
.BgClassName
{
background-color: #934078;
}
</style>
border-color css
<style>
span { border-color: #934078; }
span { border-color: rgb(147,64,120); }
td.TdClassName
{
border-color: #934078;
}
.TagClassName
{
border-color: #934078;
}
</style>