Shades of Dark Purple #932B7D
Tints of Dark Purple #932B7D
RGB
CMYK
RGB Variations
Color information
#932B7D (or 0x932B7D) is known color: Dark Purple. HEX triplet: 93, 2B and 7D. RGB value is (147,43,125). Sum of RGB (Red+Green+Blue) = 147+43+125=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B7D is #6CD482. Grayscale: #535353. Windows color (decimal): -7132291 or 8203155. OLE color: 8203155.
HSL color Cylindrical-coordinate representation of color #932B7D: hue angle of 312.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932B7D is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 125 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.42 |
| HSL | 312.69º | 0.55% | 0.37% | - |
| HSV(B) | 312.69º | 0.71% | 0.58% | - |
| XYZ | 16.6 | 9.41 | 20.34 | - |
| YUV | 83.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 125 | 0 | 0.71 | 0.15 | 0.42 | 312.69 | 0.55 | 0.37 |
| Hex | 93 | 2B | 7D | 0 | 47 | F | 2A | 139 | 37 | 25 |
| Octal | 223 | 53 | 175 | 0 | 107 | 17 | 52 | 471 | 67 | 45 |
| Binary | 10010011 | 101011 | 1111101 | 0 | 1000111 | 1111 | 101010 | 100111001 | 110111 | 100101 |
Color Harmonies of #932B7D
Complementary color
Monochromatic Colors of #932B7D
Black with #932B7D
Text Example
Text Example
White with #932B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B7D; }
p { color: rgb(147,43,125); }
H1.HeaderClassName
{
color: #932B7D;
}
.AnyTagClassName
{
color: #932B7D;
}
</style>
background-color css
<style>
a { background-color: #932B7D; }
a { background-color: rgb(147,43,125); }
div.DivClassName
{
background-color: #932B7D;
}
.BgClassName
{
background-color: #932B7D;
}
</style>
border-color css
<style>
span { border-color: #932B7D; }
span { border-color: rgb(147,43,125); }
td.TdClassName
{
border-color: #932B7D;
}
.TagClassName
{
border-color: #932B7D;
}
</style>