Shades of Dark Purple #942883
Tints of Dark Purple #942883
RGB
CMYK
RGB Variations
Color information
#942883 (or 0x942883) is known color: Dark Purple. HEX triplet: 94, 28 and 83. RGB value is (148,40,131). Sum of RGB (Red+Green+Blue) = 148+40+131=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #942883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942883 is #6BD77C. Grayscale: #525252. Windows color (decimal): -7067517 or 8595604. OLE color: 8595604.
HSL color Cylindrical-coordinate representation of color #942883: hue angle of 309.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942883 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 131 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.42 |
| HSL | 309.44º | 0.57% | 0.37% | - |
| HSV(B) | 309.44º | 0.73% | 0.58% | - |
| XYZ | 17.07 | 9.45 | 22.4 | - |
| YUV | 82.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 131 | 0 | 0.73 | 0.11 | 0.42 | 309.44 | 0.57 | 0.37 |
| Hex | 94 | 28 | 83 | 0 | 49 | B | 2A | 135 | 39 | 25 |
| Octal | 224 | 50 | 203 | 0 | 111 | 13 | 52 | 465 | 71 | 45 |
| Binary | 10010100 | 101000 | 10000011 | 0 | 1001001 | 1011 | 101010 | 100110101 | 111001 | 100101 |
Color Harmonies of #942883
Complementary color
Monochromatic Colors of #942883
Black with #942883
Text Example
Text Example
White with #942883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942883; }
p { color: rgb(148,40,131); }
H1.HeaderClassName
{
color: #942883;
}
.AnyTagClassName
{
color: #942883;
}
</style>
background-color css
<style>
a { background-color: #942883; }
a { background-color: rgb(148,40,131); }
div.DivClassName
{
background-color: #942883;
}
.BgClassName
{
background-color: #942883;
}
</style>
border-color css
<style>
span { border-color: #942883; }
span { border-color: rgb(148,40,131); }
td.TdClassName
{
border-color: #942883;
}
.TagClassName
{
border-color: #942883;
}
</style>