Shades of Dark Purple #93266C
Tints of Dark Purple #93266C
RGB
CMYK
RGB Variations
Color information
#93266C (or 0x93266C) is known color: Dark Purple. HEX triplet: 93, 26 and 6C. RGB value is (147,38,108). Sum of RGB (Red+Green+Blue) = 147+38+108=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93266C is #6CD993. Grayscale: #4E4E4E. Windows color (decimal): -7133588 or 7087763. OLE color: 7087763.
HSL color Cylindrical-coordinate representation of color #93266C: hue angle of 321.47º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93266C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 38 | 108 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.42 |
| HSL | 321.47º | 0.59% | 0.36% | - |
| HSV(B) | 321.47º | 0.74% | 0.58% | - |
| XYZ | 15.43 | 8.67 | 15.05 | - |
| YUV | 78.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 108 | 0 | 0.74 | 0.27 | 0.42 | 321.47 | 0.59 | 0.36 |
| Hex | 93 | 26 | 6C | 0 | 4A | 1B | 2A | 141 | 3B | 24 |
| Octal | 223 | 46 | 154 | 0 | 112 | 33 | 52 | 501 | 73 | 44 |
| Binary | 10010011 | 100110 | 1101100 | 0 | 1001010 | 11011 | 101010 | 101000001 | 111011 | 100100 |
Color Harmonies of #93266C
Complementary color
Monochromatic Colors of #93266C
Black with #93266C
Text Example
Text Example
White with #93266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93266C; }
p { color: rgb(147,38,108); }
H1.HeaderClassName
{
color: #93266C;
}
.AnyTagClassName
{
color: #93266C;
}
</style>
background-color css
<style>
a { background-color: #93266C; }
a { background-color: rgb(147,38,108); }
div.DivClassName
{
background-color: #93266C;
}
.BgClassName
{
background-color: #93266C;
}
</style>
border-color css
<style>
span { border-color: #93266C; }
span { border-color: rgb(147,38,108); }
td.TdClassName
{
border-color: #93266C;
}
.TagClassName
{
border-color: #93266C;
}
</style>