Shades of Dark Purple #942388
Tints of Dark Purple #942388
RGB
CMYK
RGB Variations
Color information
#942388 (or 0x942388) is known color: Dark Purple. HEX triplet: 94, 23 and 88. RGB value is (148,35,136). Sum of RGB (Red+Green+Blue) = 148+35+136=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #942388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942388 is #6BDC77. Grayscale: #505050. Windows color (decimal): -7068792 or 8922004. OLE color: 8922004.
HSL color Cylindrical-coordinate representation of color #942388: hue angle of 306.37º 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 #942388 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 136 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.42 |
| HSL | 306.37º | 0.62% | 0.36% | - |
| HSV(B) | 306.37º | 0.76% | 0.58% | - |
| XYZ | 17.26 | 9.28 | 24.17 | - |
| YUV | 80.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 136 | 0 | 0.76 | 0.08 | 0.42 | 306.37 | 0.62 | 0.36 |
| Hex | 94 | 23 | 88 | 0 | 4C | 8 | 2A | 132 | 3E | 24 |
| Octal | 224 | 43 | 210 | 0 | 114 | 10 | 52 | 462 | 76 | 44 |
| Binary | 10010100 | 100011 | 10001000 | 0 | 1001100 | 1000 | 101010 | 100110010 | 111110 | 100100 |
Color Harmonies of #942388
Complementary color
Monochromatic Colors of #942388
Black with #942388
Text Example
Text Example
White with #942388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942388; }
p { color: rgb(148,35,136); }
H1.HeaderClassName
{
color: #942388;
}
.AnyTagClassName
{
color: #942388;
}
</style>
background-color css
<style>
a { background-color: #942388; }
a { background-color: rgb(148,35,136); }
div.DivClassName
{
background-color: #942388;
}
.BgClassName
{
background-color: #942388;
}
</style>
border-color css
<style>
span { border-color: #942388; }
span { border-color: rgb(148,35,136); }
td.TdClassName
{
border-color: #942388;
}
.TagClassName
{
border-color: #942388;
}
</style>