Shades of Dark Purple #932F76
Tints of Dark Purple #932F76
RGB
CMYK
RGB Variations
Color information
#932F76 (or 0x932F76) is known color: Dark Purple. HEX triplet: 93, 2F and 76. RGB value is (147,47,118). Sum of RGB (Red+Green+Blue) = 147+47+118=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #932F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F76 is #6CD089. Grayscale: #545454. Windows color (decimal): -7131274 or 7745427. OLE color: 7745427.
HSL color Cylindrical-coordinate representation of color #932F76: hue angle of 317.4º 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 #932F76 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 118 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.42 |
| HSL | 317.4º | 0.52% | 0.38% | - |
| HSV(B) | 317.4º | 0.68% | 0.58% | - |
| XYZ | 16.32 | 9.54 | 18.12 | - |
| YUV | 84.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 118 | 0 | 0.68 | 0.20 | 0.42 | 317.4 | 0.52 | 0.38 |
| Hex | 93 | 2F | 76 | 0 | 44 | 14 | 2A | 13D | 34 | 26 |
| Octal | 223 | 57 | 166 | 0 | 104 | 24 | 52 | 475 | 64 | 46 |
| Binary | 10010011 | 101111 | 1110110 | 0 | 1000100 | 10100 | 101010 | 100111101 | 110100 | 100110 |
Color Harmonies of #932F76
Complementary color
Monochromatic Colors of #932F76
Black with #932F76
Text Example
Text Example
White with #932F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F76; }
p { color: rgb(147,47,118); }
H1.HeaderClassName
{
color: #932F76;
}
.AnyTagClassName
{
color: #932F76;
}
</style>
background-color css
<style>
a { background-color: #932F76; }
a { background-color: rgb(147,47,118); }
div.DivClassName
{
background-color: #932F76;
}
.BgClassName
{
background-color: #932F76;
}
</style>
border-color css
<style>
span { border-color: #932F76; }
span { border-color: rgb(147,47,118); }
td.TdClassName
{
border-color: #932F76;
}
.TagClassName
{
border-color: #932F76;
}
</style>