Shades of Dark Purple #931478
Tints of Dark Purple #931478
RGB
CMYK
RGB Variations
Color information
#931478 (or 0x931478) is known color: Dark Purple. HEX triplet: 93, 14 and 78. RGB value is (147,20,120). Sum of RGB (Red+Green+Blue) = 147+20+120=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #931478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931478 is #6CEB87. Grayscale: #454545. Windows color (decimal): -7138184 or 7869587. OLE color: 7869587.
HSL color Cylindrical-coordinate representation of color #931478: hue angle of 312.76º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931478 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 120 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.42 |
| HSL | 312.76º | 0.76% | 0.33% | - |
| HSV(B) | 312.76º | 0.86% | 0.58% | - |
| XYZ | 15.67 | 8.06 | 18.5 | - |
| YUV | 69.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 120 | 0 | 0.86 | 0.18 | 0.42 | 312.76 | 0.76 | 0.33 |
| Hex | 93 | 14 | 78 | 0 | 56 | 12 | 2A | 139 | 4C | 21 |
| Octal | 223 | 24 | 170 | 0 | 126 | 22 | 52 | 471 | 114 | 41 |
| Binary | 10010011 | 10100 | 1111000 | 0 | 1010110 | 10010 | 101010 | 100111001 | 1001100 | 100001 |
Color Harmonies of #931478
Complementary color
Monochromatic Colors of #931478
Black with #931478
Text Example
Text Example
White with #931478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931478; }
p { color: rgb(147,20,120); }
H1.HeaderClassName
{
color: #931478;
}
.AnyTagClassName
{
color: #931478;
}
</style>
background-color css
<style>
a { background-color: #931478; }
a { background-color: rgb(147,20,120); }
div.DivClassName
{
background-color: #931478;
}
.BgClassName
{
background-color: #931478;
}
</style>
border-color css
<style>
span { border-color: #931478; }
span { border-color: rgb(147,20,120); }
td.TdClassName
{
border-color: #931478;
}
.TagClassName
{
border-color: #931478;
}
</style>