Shades of Dark Purple #932B83
Tints of Dark Purple #932B83
RGB
CMYK
RGB Variations
Color information
#932B83 (or 0x932B83) is known color: Dark Purple. HEX triplet: 93, 2B and 83. RGB value is (147,43,131). Sum of RGB (Red+Green+Blue) = 147+43+131=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #932B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932B83 is #6CD47C. Grayscale: #535353. Windows color (decimal): -7132285 or 8596371. OLE color: 8596371.
HSL color Cylindrical-coordinate representation of color #932B83: hue angle of 309.23º 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 #932B83 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 131 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.42 |
| HSL | 309.23º | 0.55% | 0.37% | - |
| HSV(B) | 309.23º | 0.71% | 0.58% | - |
| XYZ | 16.99 | 9.57 | 22.42 | - |
| YUV | 84.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 131 | 0 | 0.71 | 0.11 | 0.42 | 309.23 | 0.55 | 0.37 |
| Hex | 93 | 2B | 83 | 0 | 47 | B | 2A | 135 | 37 | 25 |
| Octal | 223 | 53 | 203 | 0 | 107 | 13 | 52 | 465 | 67 | 45 |
| Binary | 10010011 | 101011 | 10000011 | 0 | 1000111 | 1011 | 101010 | 100110101 | 110111 | 100101 |
Color Harmonies of #932B83
Complementary color
Monochromatic Colors of #932B83
Black with #932B83
Text Example
Text Example
White with #932B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B83; }
p { color: rgb(147,43,131); }
H1.HeaderClassName
{
color: #932B83;
}
.AnyTagClassName
{
color: #932B83;
}
</style>
background-color css
<style>
a { background-color: #932B83; }
a { background-color: rgb(147,43,131); }
div.DivClassName
{
background-color: #932B83;
}
.BgClassName
{
background-color: #932B83;
}
</style>
border-color css
<style>
span { border-color: #932B83; }
span { border-color: rgb(147,43,131); }
td.TdClassName
{
border-color: #932B83;
}
.TagClassName
{
border-color: #932B83;
}
</style>