Shades of Dark Purple #93307B
Tints of Dark Purple #93307B
RGB
CMYK
RGB Variations
Color information
#93307B (or 0x93307B) is known color: Dark Purple. HEX triplet: 93, 30 and 7B. RGB value is (147,48,123). Sum of RGB (Red+Green+Blue) = 147+48+123=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #93307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307B is #6CCF84. Grayscale: #555555. Windows color (decimal): -7131013 or 8073363. OLE color: 8073363.
HSL color Cylindrical-coordinate representation of color #93307B: hue angle of 314.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93307B is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 123 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.42 |
| HSL | 314.55º | 0.51% | 0.38% | - |
| HSV(B) | 314.55º | 0.67% | 0.58% | - |
| XYZ | 16.66 | 9.75 | 19.74 | - |
| YUV | 86.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 123 | 0 | 0.67 | 0.16 | 0.42 | 314.55 | 0.51 | 0.38 |
| Hex | 93 | 30 | 7B | 0 | 43 | 10 | 2A | 13B | 33 | 26 |
| Octal | 223 | 60 | 173 | 0 | 103 | 20 | 52 | 473 | 63 | 46 |
| Binary | 10010011 | 110000 | 1111011 | 0 | 1000011 | 10000 | 101010 | 100111011 | 110011 | 100110 |
Color Harmonies of #93307B
Complementary color
Monochromatic Colors of #93307B
Black with #93307B
Text Example
Text Example
White with #93307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93307B; }
p { color: rgb(147,48,123); }
H1.HeaderClassName
{
color: #93307B;
}
.AnyTagClassName
{
color: #93307B;
}
</style>
background-color css
<style>
a { background-color: #93307B; }
a { background-color: rgb(147,48,123); }
div.DivClassName
{
background-color: #93307B;
}
.BgClassName
{
background-color: #93307B;
}
</style>
border-color css
<style>
span { border-color: #93307B; }
span { border-color: rgb(147,48,123); }
td.TdClassName
{
border-color: #93307B;
}
.TagClassName
{
border-color: #93307B;
}
</style>