Shades of Dark Purple #933F83
Tints of Dark Purple #933F83
RGB
CMYK
RGB Variations
Color information
#933F83 (or 0x933F83) is known color: Dark Purple. HEX triplet: 93, 3F and 83. RGB value is (147,63,131). Sum of RGB (Red+Green+Blue) = 147+63+131=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #933F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933F83 is #6CC07C. Grayscale: #5F5F5F. Windows color (decimal): -7127165 or 8601491. OLE color: 8601491.
HSL color Cylindrical-coordinate representation of color #933F83: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #933F83 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 131 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.42 |
| HSL | 311.43º | 0.4% | 0.41% | - |
| HSV(B) | 311.43º | 0.57% | 0.58% | - |
| XYZ | 17.91 | 11.4 | 22.73 | - |
| YUV | 95.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 131 | 0 | 0.57 | 0.11 | 0.42 | 311.43 | 0.4 | 0.41 |
| Hex | 93 | 3F | 83 | 0 | 39 | B | 2A | 137 | 28 | 29 |
| Octal | 223 | 77 | 203 | 0 | 71 | 13 | 52 | 467 | 50 | 51 |
| Binary | 10010011 | 111111 | 10000011 | 0 | 111001 | 1011 | 101010 | 100110111 | 101000 | 101001 |
Color Harmonies of #933F83
Complementary color
Monochromatic Colors of #933F83
Black with #933F83
Text Example
Text Example
White with #933F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F83; }
p { color: rgb(147,63,131); }
H1.HeaderClassName
{
color: #933F83;
}
.AnyTagClassName
{
color: #933F83;
}
</style>
background-color css
<style>
a { background-color: #933F83; }
a { background-color: rgb(147,63,131); }
div.DivClassName
{
background-color: #933F83;
}
.BgClassName
{
background-color: #933F83;
}
</style>
border-color css
<style>
span { border-color: #933F83; }
span { border-color: rgb(147,63,131); }
td.TdClassName
{
border-color: #933F83;
}
.TagClassName
{
border-color: #933F83;
}
</style>