Shades of Dark Purple #943575
Tints of Dark Purple #943575
RGB
CMYK
RGB Variations
Color information
#943575 (or 0x943575) is known color: Dark Purple. HEX triplet: 94, 35 and 75. RGB value is (148,53,117). Sum of RGB (Red+Green+Blue) = 148+53+117=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #943575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943575 is #6BCA8A. Grayscale: #585858. Windows color (decimal): -7064203 or 7681428. OLE color: 7681428.
HSL color Cylindrical-coordinate representation of color #943575: hue angle of 319.58º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943575 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 117 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.42 |
| HSL | 319.58º | 0.47% | 0.39% | - |
| HSV(B) | 319.58º | 0.64% | 0.58% | - |
| XYZ | 16.7 | 10.13 | 17.9 | - |
| YUV | 88.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 117 | 0 | 0.64 | 0.21 | 0.42 | 319.58 | 0.47 | 0.39 |
| Hex | 94 | 35 | 75 | 0 | 40 | 15 | 2A | 140 | 2F | 27 |
| Octal | 224 | 65 | 165 | 0 | 100 | 25 | 52 | 500 | 57 | 47 |
| Binary | 10010100 | 110101 | 1110101 | 0 | 1000000 | 10101 | 101010 | 101000000 | 101111 | 100111 |
Color Harmonies of #943575
Complementary color
Monochromatic Colors of #943575
Black with #943575
Text Example
Text Example
White with #943575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943575; }
p { color: rgb(148,53,117); }
H1.HeaderClassName
{
color: #943575;
}
.AnyTagClassName
{
color: #943575;
}
</style>
background-color css
<style>
a { background-color: #943575; }
a { background-color: rgb(148,53,117); }
div.DivClassName
{
background-color: #943575;
}
.BgClassName
{
background-color: #943575;
}
</style>
border-color css
<style>
span { border-color: #943575; }
span { border-color: rgb(148,53,117); }
td.TdClassName
{
border-color: #943575;
}
.TagClassName
{
border-color: #943575;
}
</style>