Shades of Dark Purple #932C6B
Tints of Dark Purple #932C6B
RGB
CMYK
RGB Variations
Color information
#932C6B (or 0x932C6B) is known color: Dark Purple. HEX triplet: 93, 2C and 6B. RGB value is (147,44,107). Sum of RGB (Red+Green+Blue) = 147+44+107=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #932C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C6B is #6CD394. Grayscale: #515151. Windows color (decimal): -7132053 or 7023763. OLE color: 7023763.
HSL color Cylindrical-coordinate representation of color #932C6B: hue angle of 323.3º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C6B is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 107 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.42 |
| HSL | 323.3º | 0.54% | 0.37% | - |
| HSV(B) | 323.3º | 0.7% | 0.58% | - |
| XYZ | 15.59 | 9.07 | 14.84 | - |
| YUV | 81.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 107 | 0 | 0.70 | 0.27 | 0.42 | 323.3 | 0.54 | 0.37 |
| Hex | 93 | 2C | 6B | 0 | 46 | 1B | 2A | 143 | 36 | 25 |
| Octal | 223 | 54 | 153 | 0 | 106 | 33 | 52 | 503 | 66 | 45 |
| Binary | 10010011 | 101100 | 1101011 | 0 | 1000110 | 11011 | 101010 | 101000011 | 110110 | 100101 |
Color Harmonies of #932C6B
Complementary color
Monochromatic Colors of #932C6B
Black with #932C6B
Text Example
Text Example
White with #932C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C6B; }
p { color: rgb(147,44,107); }
H1.HeaderClassName
{
color: #932C6B;
}
.AnyTagClassName
{
color: #932C6B;
}
</style>
background-color css
<style>
a { background-color: #932C6B; }
a { background-color: rgb(147,44,107); }
div.DivClassName
{
background-color: #932C6B;
}
.BgClassName
{
background-color: #932C6B;
}
</style>
border-color css
<style>
span { border-color: #932C6B; }
span { border-color: rgb(147,44,107); }
td.TdClassName
{
border-color: #932C6B;
}
.TagClassName
{
border-color: #932C6B;
}
</style>