Shades of Dark Purple #942386
Tints of Dark Purple #942386
RGB
CMYK
RGB Variations
Color information
#942386 (or 0x942386) is known color: Dark Purple. HEX triplet: 94, 23 and 86. RGB value is (148,35,134). Sum of RGB (Red+Green+Blue) = 148+35+134=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942386 is #6BDC79. Grayscale: #4F4F4F. Windows color (decimal): -7068794 or 8790932. OLE color: 8790932.
HSL color Cylindrical-coordinate representation of color #942386: hue angle of 307.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942386 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 134 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.42 |
| HSL | 307.43º | 0.62% | 0.36% | - |
| HSV(B) | 307.43º | 0.76% | 0.58% | - |
| XYZ | 17.12 | 9.22 | 23.43 | - |
| YUV | 80.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 134 | 0 | 0.76 | 0.09 | 0.42 | 307.43 | 0.62 | 0.36 |
| Hex | 94 | 23 | 86 | 0 | 4C | 9 | 2A | 133 | 3E | 24 |
| Octal | 224 | 43 | 206 | 0 | 114 | 11 | 52 | 463 | 76 | 44 |
| Binary | 10010100 | 100011 | 10000110 | 0 | 1001100 | 1001 | 101010 | 100110011 | 111110 | 100100 |
Color Harmonies of #942386
Complementary color
Monochromatic Colors of #942386
Black with #942386
Text Example
Text Example
White with #942386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942386; }
p { color: rgb(148,35,134); }
H1.HeaderClassName
{
color: #942386;
}
.AnyTagClassName
{
color: #942386;
}
</style>
background-color css
<style>
a { background-color: #942386; }
a { background-color: rgb(148,35,134); }
div.DivClassName
{
background-color: #942386;
}
.BgClassName
{
background-color: #942386;
}
</style>
border-color css
<style>
span { border-color: #942386; }
span { border-color: rgb(148,35,134); }
td.TdClassName
{
border-color: #942386;
}
.TagClassName
{
border-color: #942386;
}
</style>