Shades of Dark Purple #943486
Tints of Dark Purple #943486
RGB
CMYK
RGB Variations
Color information
#943486 (or 0x943486) is known color: Dark Purple. HEX triplet: 94, 34 and 86. RGB value is (148,52,134). Sum of RGB (Red+Green+Blue) = 148+52+134=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #943486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943486 is #6BCB79. Grayscale: #595959. Windows color (decimal): -7064442 or 8795284. OLE color: 8795284.
HSL color Cylindrical-coordinate representation of color #943486: hue angle of 308.75º 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 #943486 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 134 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.42 |
| HSL | 308.75º | 0.48% | 0.39% | - |
| HSV(B) | 308.75º | 0.65% | 0.58% | - |
| XYZ | 17.74 | 10.47 | 23.64 | - |
| YUV | 90.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 134 | 0 | 0.65 | 0.09 | 0.42 | 308.75 | 0.48 | 0.39 |
| Hex | 94 | 34 | 86 | 0 | 41 | 9 | 2A | 135 | 30 | 27 |
| Octal | 224 | 64 | 206 | 0 | 101 | 11 | 52 | 465 | 60 | 47 |
| Binary | 10010100 | 110100 | 10000110 | 0 | 1000001 | 1001 | 101010 | 100110101 | 110000 | 100111 |
Color Harmonies of #943486
Complementary color
Monochromatic Colors of #943486
Black with #943486
Text Example
Text Example
White with #943486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943486; }
p { color: rgb(148,52,134); }
H1.HeaderClassName
{
color: #943486;
}
.AnyTagClassName
{
color: #943486;
}
</style>
background-color css
<style>
a { background-color: #943486; }
a { background-color: rgb(148,52,134); }
div.DivClassName
{
background-color: #943486;
}
.BgClassName
{
background-color: #943486;
}
</style>
border-color css
<style>
span { border-color: #943486; }
span { border-color: rgb(148,52,134); }
td.TdClassName
{
border-color: #943486;
}
.TagClassName
{
border-color: #943486;
}
</style>