Shades of Dark Purple #932F7B
Tints of Dark Purple #932F7B
RGB
CMYK
RGB Variations
Color information
#932F7B (or 0x932F7B) is known color: Dark Purple. HEX triplet: 93, 2F and 7B. RGB value is (147,47,123). Sum of RGB (Red+Green+Blue) = 147+47+123=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F7B is #6CD084. Grayscale: #555555. Windows color (decimal): -7131269 or 8073107. OLE color: 8073107.
HSL color Cylindrical-coordinate representation of color #932F7B: hue angle of 314.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 #932F7B is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 123 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.42 |
| HSL | 314.4º | 0.52% | 0.38% | - |
| HSV(B) | 314.4º | 0.68% | 0.58% | - |
| XYZ | 16.62 | 9.67 | 19.73 | - |
| YUV | 85.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 123 | 0 | 0.68 | 0.16 | 0.42 | 314.4 | 0.52 | 0.38 |
| Hex | 93 | 2F | 7B | 0 | 44 | 10 | 2A | 13A | 34 | 26 |
| Octal | 223 | 57 | 173 | 0 | 104 | 20 | 52 | 472 | 64 | 46 |
| Binary | 10010011 | 101111 | 1111011 | 0 | 1000100 | 10000 | 101010 | 100111010 | 110100 | 100110 |
Color Harmonies of #932F7B
Complementary color
Monochromatic Colors of #932F7B
Black with #932F7B
Text Example
Text Example
White with #932F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F7B; }
p { color: rgb(147,47,123); }
H1.HeaderClassName
{
color: #932F7B;
}
.AnyTagClassName
{
color: #932F7B;
}
</style>
background-color css
<style>
a { background-color: #932F7B; }
a { background-color: rgb(147,47,123); }
div.DivClassName
{
background-color: #932F7B;
}
.BgClassName
{
background-color: #932F7B;
}
</style>
border-color css
<style>
span { border-color: #932F7B; }
span { border-color: rgb(147,47,123); }
td.TdClassName
{
border-color: #932F7B;
}
.TagClassName
{
border-color: #932F7B;
}
</style>