Shades of Dark Purple #942B8D
Tints of Dark Purple #942B8D
RGB
CMYK
RGB Variations
Color information
#942B8D (or 0x942B8D) is known color: Dark Purple. HEX triplet: 94, 2B and 8D. RGB value is (148,43,141). Sum of RGB (Red+Green+Blue) = 148+43+141=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #942B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942B8D is #6BD472. Grayscale: #555555. Windows color (decimal): -7066739 or 9251732. OLE color: 9251732.
HSL color Cylindrical-coordinate representation of color #942B8D: hue angle of 304º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B8D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 141 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.42 |
| HSL | 304º | 0.55% | 0.37% | - |
| HSV(B) | 304º | 0.71% | 0.58% | - |
| XYZ | 17.88 | 9.95 | 26.18 | - |
| YUV | 85.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 141 | 0 | 0.71 | 0.05 | 0.42 | 304 | 0.55 | 0.37 |
| Hex | 94 | 2B | 8D | 0 | 47 | 5 | 2A | 130 | 37 | 25 |
| Octal | 224 | 53 | 215 | 0 | 107 | 5 | 52 | 460 | 67 | 45 |
| Binary | 10010100 | 101011 | 10001101 | 0 | 1000111 | 101 | 101010 | 100110000 | 110111 | 100101 |
Color Harmonies of #942B8D
Complementary color
Monochromatic Colors of #942B8D
Black with #942B8D
Text Example
Text Example
White with #942B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B8D; }
p { color: rgb(148,43,141); }
H1.HeaderClassName
{
color: #942B8D;
}
.AnyTagClassName
{
color: #942B8D;
}
</style>
background-color css
<style>
a { background-color: #942B8D; }
a { background-color: rgb(148,43,141); }
div.DivClassName
{
background-color: #942B8D;
}
.BgClassName
{
background-color: #942B8D;
}
</style>
border-color css
<style>
span { border-color: #942B8D; }
span { border-color: rgb(148,43,141); }
td.TdClassName
{
border-color: #942B8D;
}
.TagClassName
{
border-color: #942B8D;
}
</style>