Shades of Dark Purple #943781
Tints of Dark Purple #943781
RGB
CMYK
RGB Variations
Color information
#943781 (or 0x943781) is known color: Dark Purple. HEX triplet: 94, 37 and 81. RGB value is (148,55,129). Sum of RGB (Red+Green+Blue) = 148+55+129=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #943781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943781 is #6BC87E. Grayscale: #5B5B5B. Windows color (decimal): -7063679 or 8468372. OLE color: 8468372.
HSL color Cylindrical-coordinate representation of color #943781: hue angle of 312.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943781 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 129 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.42 |
| HSL | 312.26º | 0.46% | 0.4% | - |
| HSV(B) | 312.26º | 0.63% | 0.58% | - |
| XYZ | 17.54 | 10.61 | 21.89 | - |
| YUV | 91.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 129 | 0 | 0.63 | 0.13 | 0.42 | 312.26 | 0.46 | 0.4 |
| Hex | 94 | 37 | 81 | 0 | 3F | D | 2A | 138 | 2E | 28 |
| Octal | 224 | 67 | 201 | 0 | 77 | 15 | 52 | 470 | 56 | 50 |
| Binary | 10010100 | 110111 | 10000001 | 0 | 111111 | 1101 | 101010 | 100111000 | 101110 | 101000 |
Color Harmonies of #943781
Complementary color
Monochromatic Colors of #943781
Black with #943781
Text Example
Text Example
White with #943781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943781; }
p { color: rgb(148,55,129); }
H1.HeaderClassName
{
color: #943781;
}
.AnyTagClassName
{
color: #943781;
}
</style>
background-color css
<style>
a { background-color: #943781; }
a { background-color: rgb(148,55,129); }
div.DivClassName
{
background-color: #943781;
}
.BgClassName
{
background-color: #943781;
}
</style>
border-color css
<style>
span { border-color: #943781; }
span { border-color: rgb(148,55,129); }
td.TdClassName
{
border-color: #943781;
}
.TagClassName
{
border-color: #943781;
}
</style>