Shades of Dark Purple #93306F
Tints of Dark Purple #93306F
RGB
CMYK
RGB Variations
Color information
#93306F (or 0x93306F) is known color: Dark Purple. HEX triplet: 93, 30 and 6F. RGB value is (147,48,111). Sum of RGB (Red+Green+Blue) = 147+48+111=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93306F is #6CCF90. Grayscale: #545454. Windows color (decimal): -7131025 or 7286931. OLE color: 7286931.
HSL color Cylindrical-coordinate representation of color #93306F: hue angle of 321.82º 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 #93306F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 111 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.42 |
| HSL | 321.82º | 0.51% | 0.38% | - |
| HSV(B) | 321.82º | 0.67% | 0.58% | - |
| XYZ | 15.96 | 9.46 | 16.02 | - |
| YUV | 84.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 111 | 0 | 0.67 | 0.24 | 0.42 | 321.82 | 0.51 | 0.38 |
| Hex | 93 | 30 | 6F | 0 | 43 | 18 | 2A | 142 | 33 | 26 |
| Octal | 223 | 60 | 157 | 0 | 103 | 30 | 52 | 502 | 63 | 46 |
| Binary | 10010011 | 110000 | 1101111 | 0 | 1000011 | 11000 | 101010 | 101000010 | 110011 | 100110 |
Color Harmonies of #93306F
Complementary color
Monochromatic Colors of #93306F
Black with #93306F
Text Example
Text Example
White with #93306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93306F; }
p { color: rgb(147,48,111); }
H1.HeaderClassName
{
color: #93306F;
}
.AnyTagClassName
{
color: #93306F;
}
</style>
background-color css
<style>
a { background-color: #93306F; }
a { background-color: rgb(147,48,111); }
div.DivClassName
{
background-color: #93306F;
}
.BgClassName
{
background-color: #93306F;
}
</style>
border-color css
<style>
span { border-color: #93306F; }
span { border-color: rgb(147,48,111); }
td.TdClassName
{
border-color: #93306F;
}
.TagClassName
{
border-color: #93306F;
}
</style>