Shades of Dark Purple #932D6C
Tints of Dark Purple #932D6C
RGB
CMYK
RGB Variations
Color information
#932D6C (or 0x932D6C) is known color: Dark Purple. HEX triplet: 93, 2D and 6C. RGB value is (147,45,108). Sum of RGB (Red+Green+Blue) = 147+45+108=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #932D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D6C is #6CD293. Grayscale: #525252. Windows color (decimal): -7131796 or 7089555. OLE color: 7089555.
HSL color Cylindrical-coordinate representation of color #932D6C: hue angle of 322.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D6C is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 108 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.42 |
| HSL | 322.94º | 0.53% | 0.38% | - |
| HSV(B) | 322.94º | 0.69% | 0.58% | - |
| XYZ | 15.68 | 9.16 | 15.13 | - |
| YUV | 82.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 108 | 0 | 0.69 | 0.27 | 0.42 | 322.94 | 0.53 | 0.38 |
| Hex | 93 | 2D | 6C | 0 | 45 | 1B | 2A | 143 | 35 | 26 |
| Octal | 223 | 55 | 154 | 0 | 105 | 33 | 52 | 503 | 65 | 46 |
| Binary | 10010011 | 101101 | 1101100 | 0 | 1000101 | 11011 | 101010 | 101000011 | 110101 | 100110 |
Color Harmonies of #932D6C
Complementary color
Monochromatic Colors of #932D6C
Black with #932D6C
Text Example
Text Example
White with #932D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D6C; }
p { color: rgb(147,45,108); }
H1.HeaderClassName
{
color: #932D6C;
}
.AnyTagClassName
{
color: #932D6C;
}
</style>
background-color css
<style>
a { background-color: #932D6C; }
a { background-color: rgb(147,45,108); }
div.DivClassName
{
background-color: #932D6C;
}
.BgClassName
{
background-color: #932D6C;
}
</style>
border-color css
<style>
span { border-color: #932D6C; }
span { border-color: rgb(147,45,108); }
td.TdClassName
{
border-color: #932D6C;
}
.TagClassName
{
border-color: #932D6C;
}
</style>