Shades of Dark Purple #93296F
Tints of Dark Purple #93296F
RGB
CMYK
RGB Variations
Color information
#93296F (or 0x93296F) is known color: Dark Purple. HEX triplet: 93, 29 and 6F. RGB value is (147,41,111). Sum of RGB (Red+Green+Blue) = 147+41+111=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #93296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93296F is #6CD690. Grayscale: #505050. Windows color (decimal): -7132817 or 7285139. OLE color: 7285139.
HSL color Cylindrical-coordinate representation of color #93296F: hue angle of 320.38º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93296F is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 111 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.42 |
| HSL | 320.38º | 0.56% | 0.37% | - |
| HSV(B) | 320.38º | 0.72% | 0.58% | - |
| XYZ | 15.69 | 8.94 | 15.94 | - |
| YUV | 80.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 111 | 0 | 0.72 | 0.24 | 0.42 | 320.38 | 0.56 | 0.37 |
| Hex | 93 | 29 | 6F | 0 | 48 | 18 | 2A | 140 | 38 | 25 |
| Octal | 223 | 51 | 157 | 0 | 110 | 30 | 52 | 500 | 70 | 45 |
| Binary | 10010011 | 101001 | 1101111 | 0 | 1001000 | 11000 | 101010 | 101000000 | 111000 | 100101 |
Color Harmonies of #93296F
Complementary color
Monochromatic Colors of #93296F
Black with #93296F
Text Example
Text Example
White with #93296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93296F; }
p { color: rgb(147,41,111); }
H1.HeaderClassName
{
color: #93296F;
}
.AnyTagClassName
{
color: #93296F;
}
</style>
background-color css
<style>
a { background-color: #93296F; }
a { background-color: rgb(147,41,111); }
div.DivClassName
{
background-color: #93296F;
}
.BgClassName
{
background-color: #93296F;
}
</style>
border-color css
<style>
span { border-color: #93296F; }
span { border-color: rgb(147,41,111); }
td.TdClassName
{
border-color: #93296F;
}
.TagClassName
{
border-color: #93296F;
}
</style>