Shades of Dark Purple #943086
Tints of Dark Purple #943086
RGB
CMYK
RGB Variations
Color information
#943086 (or 0x943086) is known color: Dark Purple. HEX triplet: 94, 30 and 86. RGB value is (148,48,134). Sum of RGB (Red+Green+Blue) = 148+48+134=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943086 is #6BCF79. Grayscale: #575757. Windows color (decimal): -7065466 or 8794260. OLE color: 8794260.
HSL color Cylindrical-coordinate representation of color #943086: hue angle of 308.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943086 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 134 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.42 |
| HSL | 308.4º | 0.51% | 0.38% | - |
| HSV(B) | 308.4º | 0.68% | 0.58% | - |
| XYZ | 17.57 | 10.13 | 23.58 | - |
| YUV | 87.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 134 | 0 | 0.68 | 0.09 | 0.42 | 308.4 | 0.51 | 0.38 |
| Hex | 94 | 30 | 86 | 0 | 44 | 9 | 2A | 134 | 33 | 26 |
| Octal | 224 | 60 | 206 | 0 | 104 | 11 | 52 | 464 | 63 | 46 |
| Binary | 10010100 | 110000 | 10000110 | 0 | 1000100 | 1001 | 101010 | 100110100 | 110011 | 100110 |
Color Harmonies of #943086
Complementary color
Monochromatic Colors of #943086
Black with #943086
Text Example
Text Example
White with #943086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943086; }
p { color: rgb(148,48,134); }
H1.HeaderClassName
{
color: #943086;
}
.AnyTagClassName
{
color: #943086;
}
</style>
background-color css
<style>
a { background-color: #943086; }
a { background-color: rgb(148,48,134); }
div.DivClassName
{
background-color: #943086;
}
.BgClassName
{
background-color: #943086;
}
</style>
border-color css
<style>
span { border-color: #943086; }
span { border-color: rgb(148,48,134); }
td.TdClassName
{
border-color: #943086;
}
.TagClassName
{
border-color: #943086;
}
</style>