Shades of Dark Purple #942384
Tints of Dark Purple #942384
RGB
CMYK
RGB Variations
Color information
#942384 (or 0x942384) is known color: Dark Purple. HEX triplet: 94, 23 and 84. RGB value is (148,35,132). Sum of RGB (Red+Green+Blue) = 148+35+132=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #942384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942384 is #6BDC7B. Grayscale: #4F4F4F. Windows color (decimal): -7068796 or 8659860. OLE color: 8659860.
HSL color Cylindrical-coordinate representation of color #942384: hue angle of 308.5º 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 #942384 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 132 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.42 |
| HSL | 308.5º | 0.62% | 0.36% | - |
| HSV(B) | 308.5º | 0.76% | 0.58% | - |
| XYZ | 16.98 | 9.16 | 22.7 | - |
| YUV | 79.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 132 | 0 | 0.76 | 0.11 | 0.42 | 308.5 | 0.62 | 0.36 |
| Hex | 94 | 23 | 84 | 0 | 4C | B | 2A | 134 | 3E | 24 |
| Octal | 224 | 43 | 204 | 0 | 114 | 13 | 52 | 464 | 76 | 44 |
| Binary | 10010100 | 100011 | 10000100 | 0 | 1001100 | 1011 | 101010 | 100110100 | 111110 | 100100 |
Color Harmonies of #942384
Complementary color
Monochromatic Colors of #942384
Black with #942384
Text Example
Text Example
White with #942384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942384; }
p { color: rgb(148,35,132); }
H1.HeaderClassName
{
color: #942384;
}
.AnyTagClassName
{
color: #942384;
}
</style>
background-color css
<style>
a { background-color: #942384; }
a { background-color: rgb(148,35,132); }
div.DivClassName
{
background-color: #942384;
}
.BgClassName
{
background-color: #942384;
}
</style>
border-color css
<style>
span { border-color: #942384; }
span { border-color: rgb(148,35,132); }
td.TdClassName
{
border-color: #942384;
}
.TagClassName
{
border-color: #942384;
}
</style>