Shades of Dark Purple #93228A
Tints of Dark Purple #93228A
RGB
CMYK
RGB Variations
Color information
#93228A (or 0x93228A) is known color: Dark Purple. HEX triplet: 93, 22 and 8A. RGB value is (147,34,138). Sum of RGB (Red+Green+Blue) = 147+34+138=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93228A is #6CDD75. Grayscale: #4F4F4F. Windows color (decimal): -7134582 or 9052819. OLE color: 9052819.
HSL color Cylindrical-coordinate representation of color #93228A: hue angle of 304.78º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93228A is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 138 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.42 |
| HSL | 304.78º | 0.62% | 0.35% | - |
| HSV(B) | 304.78º | 0.77% | 0.58% | - |
| XYZ | 17.19 | 9.18 | 24.91 | - |
| YUV | 79.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 138 | 0 | 0.77 | 0.06 | 0.42 | 304.78 | 0.62 | 0.35 |
| Hex | 93 | 22 | 8A | 0 | 4D | 6 | 2A | 131 | 3E | 23 |
| Octal | 223 | 42 | 212 | 0 | 115 | 6 | 52 | 461 | 76 | 43 |
| Binary | 10010011 | 100010 | 10001010 | 0 | 1001101 | 110 | 101010 | 100110001 | 111110 | 100011 |
Color Harmonies of #93228A
Complementary color
Monochromatic Colors of #93228A
Black with #93228A
Text Example
Text Example
White with #93228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93228A; }
p { color: rgb(147,34,138); }
H1.HeaderClassName
{
color: #93228A;
}
.AnyTagClassName
{
color: #93228A;
}
</style>
background-color css
<style>
a { background-color: #93228A; }
a { background-color: rgb(147,34,138); }
div.DivClassName
{
background-color: #93228A;
}
.BgClassName
{
background-color: #93228A;
}
</style>
border-color css
<style>
span { border-color: #93228A; }
span { border-color: rgb(147,34,138); }
td.TdClassName
{
border-color: #93228A;
}
.TagClassName
{
border-color: #93228A;
}
</style>