Shades of Dark Purple #932F78
Tints of Dark Purple #932F78
RGB
CMYK
RGB Variations
Color information
#932F78 (or 0x932F78) is known color: Dark Purple. HEX triplet: 93, 2F and 78. RGB value is (147,47,120). Sum of RGB (Red+Green+Blue) = 147+47+120=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #932F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F78 is #6CD087. Grayscale: #555555. Windows color (decimal): -7131272 or 7876499. OLE color: 7876499.
HSL color Cylindrical-coordinate representation of color #932F78: hue angle of 316.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #932F78 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 120 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.42 |
| HSL | 316.2º | 0.52% | 0.38% | - |
| HSV(B) | 316.2º | 0.68% | 0.58% | - |
| XYZ | 16.44 | 9.59 | 18.75 | - |
| YUV | 85.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 120 | 0 | 0.68 | 0.18 | 0.42 | 316.2 | 0.52 | 0.38 |
| Hex | 93 | 2F | 78 | 0 | 44 | 12 | 2A | 13C | 34 | 26 |
| Octal | 223 | 57 | 170 | 0 | 104 | 22 | 52 | 474 | 64 | 46 |
| Binary | 10010011 | 101111 | 1111000 | 0 | 1000100 | 10010 | 101010 | 100111100 | 110100 | 100110 |
Color Harmonies of #932F78
Complementary color
Monochromatic Colors of #932F78
Black with #932F78
Text Example
Text Example
White with #932F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F78; }
p { color: rgb(147,47,120); }
H1.HeaderClassName
{
color: #932F78;
}
.AnyTagClassName
{
color: #932F78;
}
</style>
background-color css
<style>
a { background-color: #932F78; }
a { background-color: rgb(147,47,120); }
div.DivClassName
{
background-color: #932F78;
}
.BgClassName
{
background-color: #932F78;
}
</style>
border-color css
<style>
span { border-color: #932F78; }
span { border-color: rgb(147,47,120); }
td.TdClassName
{
border-color: #932F78;
}
.TagClassName
{
border-color: #932F78;
}
</style>