Shades of Dark Purple #93296B
Tints of Dark Purple #93296B
RGB
CMYK
RGB Variations
Color information
#93296B (or 0x93296B) is known color: Dark Purple. HEX triplet: 93, 29 and 6B. RGB value is (147,41,107). Sum of RGB (Red+Green+Blue) = 147+41+107=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93296B is #6CD694. Grayscale: #505050. Windows color (decimal): -7132821 or 7022995. OLE color: 7022995.
HSL color Cylindrical-coordinate representation of color #93296B: hue angle of 322.64º 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 #93296B is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 107 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.42 |
| HSL | 322.64º | 0.56% | 0.37% | - |
| HSV(B) | 322.64º | 0.72% | 0.58% | - |
| XYZ | 15.48 | 8.85 | 14.8 | - |
| YUV | 80.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 107 | 0 | 0.72 | 0.27 | 0.42 | 322.64 | 0.56 | 0.37 |
| Hex | 93 | 29 | 6B | 0 | 48 | 1B | 2A | 143 | 38 | 25 |
| Octal | 223 | 51 | 153 | 0 | 110 | 33 | 52 | 503 | 70 | 45 |
| Binary | 10010011 | 101001 | 1101011 | 0 | 1001000 | 11011 | 101010 | 101000011 | 111000 | 100101 |
Color Harmonies of #93296B
Complementary color
Monochromatic Colors of #93296B
Black with #93296B
Text Example
Text Example
White with #93296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93296B; }
p { color: rgb(147,41,107); }
H1.HeaderClassName
{
color: #93296B;
}
.AnyTagClassName
{
color: #93296B;
}
</style>
background-color css
<style>
a { background-color: #93296B; }
a { background-color: rgb(147,41,107); }
div.DivClassName
{
background-color: #93296B;
}
.BgClassName
{
background-color: #93296B;
}
</style>
border-color css
<style>
span { border-color: #93296B; }
span { border-color: rgb(147,41,107); }
td.TdClassName
{
border-color: #93296B;
}
.TagClassName
{
border-color: #93296B;
}
</style>