Shades of Dark Purple #93307F
Tints of Dark Purple #93307F
RGB
CMYK
RGB Variations
Color information
#93307F (or 0x93307F) is known color: Dark Purple. HEX triplet: 93, 30 and 7F. RGB value is (147,48,127). Sum of RGB (Red+Green+Blue) = 147+48+127=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307F is #6CCF80. Grayscale: #565656. Windows color (decimal): -7131009 or 8335507. OLE color: 8335507.
HSL color Cylindrical-coordinate representation of color #93307F: hue angle of 312.12º 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 #93307F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 127 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.42 |
| HSL | 312.12º | 0.51% | 0.38% | - |
| HSV(B) | 312.12º | 0.67% | 0.58% | - |
| XYZ | 16.92 | 9.85 | 21.09 | - |
| YUV | 86.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 127 | 0 | 0.67 | 0.14 | 0.42 | 312.12 | 0.51 | 0.38 |
| Hex | 93 | 30 | 7F | 0 | 43 | E | 2A | 138 | 33 | 26 |
| Octal | 223 | 60 | 177 | 0 | 103 | 16 | 52 | 470 | 63 | 46 |
| Binary | 10010011 | 110000 | 1111111 | 0 | 1000011 | 1110 | 101010 | 100111000 | 110011 | 100110 |
Color Harmonies of #93307F
Complementary color
Monochromatic Colors of #93307F
Black with #93307F
Text Example
Text Example
White with #93307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93307F; }
p { color: rgb(147,48,127); }
H1.HeaderClassName
{
color: #93307F;
}
.AnyTagClassName
{
color: #93307F;
}
</style>
background-color css
<style>
a { background-color: #93307F; }
a { background-color: rgb(147,48,127); }
div.DivClassName
{
background-color: #93307F;
}
.BgClassName
{
background-color: #93307F;
}
</style>
border-color css
<style>
span { border-color: #93307F; }
span { border-color: rgb(147,48,127); }
td.TdClassName
{
border-color: #93307F;
}
.TagClassName
{
border-color: #93307F;
}
</style>