Shades of Dark Purple #932178
Tints of Dark Purple #932178
RGB
CMYK
RGB Variations
Color information
#932178 (or 0x932178) is known color: Dark Purple. HEX triplet: 93, 21 and 78. RGB value is (147,33,120). Sum of RGB (Red+Green+Blue) = 147+33+120=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #932178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932178 is #6CDE87. Grayscale: #4C4C4C. Windows color (decimal): -7134856 or 7872915. OLE color: 7872915.
HSL color Cylindrical-coordinate representation of color #932178: hue angle of 314.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932178 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 120 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.42 |
| HSL | 314.21º | 0.63% | 0.35% | - |
| HSV(B) | 314.21º | 0.78% | 0.58% | - |
| XYZ | 15.97 | 8.65 | 18.6 | - |
| YUV | 77 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 120 | 0 | 0.78 | 0.18 | 0.42 | 314.21 | 0.63 | 0.35 |
| Hex | 93 | 21 | 78 | 0 | 4E | 12 | 2A | 13A | 3F | 23 |
| Octal | 223 | 41 | 170 | 0 | 116 | 22 | 52 | 472 | 77 | 43 |
| Binary | 10010011 | 100001 | 1111000 | 0 | 1001110 | 10010 | 101010 | 100111010 | 111111 | 100011 |
Color Harmonies of #932178
Complementary color
Monochromatic Colors of #932178
Black with #932178
Text Example
Text Example
White with #932178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932178; }
p { color: rgb(147,33,120); }
H1.HeaderClassName
{
color: #932178;
}
.AnyTagClassName
{
color: #932178;
}
</style>
background-color css
<style>
a { background-color: #932178; }
a { background-color: rgb(147,33,120); }
div.DivClassName
{
background-color: #932178;
}
.BgClassName
{
background-color: #932178;
}
</style>
border-color css
<style>
span { border-color: #932178; }
span { border-color: rgb(147,33,120); }
td.TdClassName
{
border-color: #932178;
}
.TagClassName
{
border-color: #932178;
}
</style>