Shades of Dark Purple #93338A
Tints of Dark Purple #93338A
RGB
CMYK
RGB Variations
Color information
#93338A (or 0x93338A) is known color: Dark Purple. HEX triplet: 93, 33 and 8A. RGB value is (147,51,138). Sum of RGB (Red+Green+Blue) = 147+51+138=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93338A is #6CCC75. Grayscale: #595959. Windows color (decimal): -7130230 or 9057171. OLE color: 9057171.
HSL color Cylindrical-coordinate representation of color #93338A: hue angle of 305.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93338A is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 51 | 138 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.42 |
| HSL | 305.63º | 0.48% | 0.39% | - |
| HSV(B) | 305.63º | 0.65% | 0.58% | - |
| XYZ | 17.8 | 10.41 | 25.11 | - |
| YUV | 89.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 138 | 0 | 0.65 | 0.06 | 0.42 | 305.63 | 0.48 | 0.39 |
| Hex | 93 | 33 | 8A | 0 | 41 | 6 | 2A | 132 | 30 | 27 |
| Octal | 223 | 63 | 212 | 0 | 101 | 6 | 52 | 462 | 60 | 47 |
| Binary | 10010011 | 110011 | 10001010 | 0 | 1000001 | 110 | 101010 | 100110010 | 110000 | 100111 |
Color Harmonies of #93338A
Complementary color
Monochromatic Colors of #93338A
Black with #93338A
Text Example
Text Example
White with #93338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93338A; }
p { color: rgb(147,51,138); }
H1.HeaderClassName
{
color: #93338A;
}
.AnyTagClassName
{
color: #93338A;
}
</style>
background-color css
<style>
a { background-color: #93338A; }
a { background-color: rgb(147,51,138); }
div.DivClassName
{
background-color: #93338A;
}
.BgClassName
{
background-color: #93338A;
}
</style>
border-color css
<style>
span { border-color: #93338A; }
span { border-color: rgb(147,51,138); }
td.TdClassName
{
border-color: #93338A;
}
.TagClassName
{
border-color: #93338A;
}
</style>