Shades of Dark Purple #932B85
Tints of Dark Purple #932B85
RGB
CMYK
RGB Variations
Color information
#932B85 (or 0x932B85) is known color: Dark Purple. HEX triplet: 93, 2B and 85. RGB value is (147,43,133). Sum of RGB (Red+Green+Blue) = 147+43+133=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #932B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932B85 is #6CD47A. Grayscale: #545454. Windows color (decimal): -7132283 or 8727443. OLE color: 8727443.
HSL color Cylindrical-coordinate representation of color #932B85: hue angle of 308.08º 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 #932B85 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 133 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.42 |
| HSL | 308.08º | 0.55% | 0.37% | - |
| HSV(B) | 308.08º | 0.71% | 0.58% | - |
| XYZ | 17.13 | 9.62 | 23.15 | - |
| YUV | 84.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 133 | 0 | 0.71 | 0.10 | 0.42 | 308.08 | 0.55 | 0.37 |
| Hex | 93 | 2B | 85 | 0 | 47 | A | 2A | 134 | 37 | 25 |
| Octal | 223 | 53 | 205 | 0 | 107 | 12 | 52 | 464 | 67 | 45 |
| Binary | 10010011 | 101011 | 10000101 | 0 | 1000111 | 1010 | 101010 | 100110100 | 110111 | 100101 |
Color Harmonies of #932B85
Complementary color
Monochromatic Colors of #932B85
Black with #932B85
Text Example
Text Example
White with #932B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B85; }
p { color: rgb(147,43,133); }
H1.HeaderClassName
{
color: #932B85;
}
.AnyTagClassName
{
color: #932B85;
}
</style>
background-color css
<style>
a { background-color: #932B85; }
a { background-color: rgb(147,43,133); }
div.DivClassName
{
background-color: #932B85;
}
.BgClassName
{
background-color: #932B85;
}
</style>
border-color css
<style>
span { border-color: #932B85; }
span { border-color: rgb(147,43,133); }
td.TdClassName
{
border-color: #932B85;
}
.TagClassName
{
border-color: #932B85;
}
</style>