Shades of Dark Purple #942F89
Tints of Dark Purple #942F89
RGB
CMYK
RGB Variations
Color information
#942F89 (or 0x942F89) is known color: Dark Purple. HEX triplet: 94, 2F and 89. RGB value is (148,47,137). Sum of RGB (Red+Green+Blue) = 148+47+137=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #942F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F89 is #6BD076. Grayscale: #575757. Windows color (decimal): -7065719 or 8990612. OLE color: 8990612.
HSL color Cylindrical-coordinate representation of color #942F89: hue angle of 306.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F89 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 137 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.42 |
| HSL | 306.53º | 0.52% | 0.38% | - |
| HSV(B) | 306.53º | 0.68% | 0.58% | - |
| XYZ | 17.74 | 10.14 | 24.69 | - |
| YUV | 87.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 137 | 0 | 0.68 | 0.07 | 0.42 | 306.53 | 0.52 | 0.38 |
| Hex | 94 | 2F | 89 | 0 | 44 | 7 | 2A | 133 | 34 | 26 |
| Octal | 224 | 57 | 211 | 0 | 104 | 7 | 52 | 463 | 64 | 46 |
| Binary | 10010100 | 101111 | 10001001 | 0 | 1000100 | 111 | 101010 | 100110011 | 110100 | 100110 |
Color Harmonies of #942F89
Complementary color
Monochromatic Colors of #942F89
Black with #942F89
Text Example
Text Example
White with #942F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F89; }
p { color: rgb(148,47,137); }
H1.HeaderClassName
{
color: #942F89;
}
.AnyTagClassName
{
color: #942F89;
}
</style>
background-color css
<style>
a { background-color: #942F89; }
a { background-color: rgb(148,47,137); }
div.DivClassName
{
background-color: #942F89;
}
.BgClassName
{
background-color: #942F89;
}
</style>
border-color css
<style>
span { border-color: #942F89; }
span { border-color: rgb(148,47,137); }
td.TdClassName
{
border-color: #942F89;
}
.TagClassName
{
border-color: #942F89;
}
</style>