Shades of Dark Purple #942781
Tints of Dark Purple #942781
RGB
CMYK
RGB Variations
Color information
#942781 (or 0x942781) is known color: Dark Purple. HEX triplet: 94, 27 and 81. RGB value is (148,39,129). Sum of RGB (Red+Green+Blue) = 148+39+129=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942781 is #6BD87E. Grayscale: #515151. Windows color (decimal): -7067775 or 8464276. OLE color: 8464276.
HSL color Cylindrical-coordinate representation of color #942781: hue angle of 310.46º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942781 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 129 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.42 |
| HSL | 310.46º | 0.58% | 0.37% | - |
| HSV(B) | 310.46º | 0.74% | 0.58% | - |
| XYZ | 16.9 | 9.33 | 21.68 | - |
| YUV | 81.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 129 | 0 | 0.74 | 0.13 | 0.42 | 310.46 | 0.58 | 0.37 |
| Hex | 94 | 27 | 81 | 0 | 4A | D | 2A | 136 | 3A | 25 |
| Octal | 224 | 47 | 201 | 0 | 112 | 15 | 52 | 466 | 72 | 45 |
| Binary | 10010100 | 100111 | 10000001 | 0 | 1001010 | 1101 | 101010 | 100110110 | 111010 | 100101 |
Color Harmonies of #942781
Complementary color
Monochromatic Colors of #942781
Black with #942781
Text Example
Text Example
White with #942781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942781; }
p { color: rgb(148,39,129); }
H1.HeaderClassName
{
color: #942781;
}
.AnyTagClassName
{
color: #942781;
}
</style>
background-color css
<style>
a { background-color: #942781; }
a { background-color: rgb(148,39,129); }
div.DivClassName
{
background-color: #942781;
}
.BgClassName
{
background-color: #942781;
}
</style>
border-color css
<style>
span { border-color: #942781; }
span { border-color: rgb(148,39,129); }
td.TdClassName
{
border-color: #942781;
}
.TagClassName
{
border-color: #942781;
}
</style>