Shades of Dark Purple #932390
Tints of Dark Purple #932390
RGB
CMYK
RGB Variations
Color information
#932390 (or 0x932390) is known color: Dark Purple. HEX triplet: 93, 23 and 90. RGB value is (147,35,144). Sum of RGB (Red+Green+Blue) = 147+35+144=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #932390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932390 is #6CDC6F. Grayscale: #505050. Windows color (decimal): -7134320 or 9446291. OLE color: 9446291.
HSL color Cylindrical-coordinate representation of color #932390: hue angle of 301.61º 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 #932390 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 144 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.42 |
| HSL | 301.61º | 0.62% | 0.36% | - |
| HSV(B) | 301.61º | 0.76% | 0.58% | - |
| XYZ | 17.67 | 9.42 | 27.27 | - |
| YUV | 80.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 144 | 0 | 0.76 | 0.02 | 0.42 | 301.61 | 0.62 | 0.36 |
| Hex | 93 | 23 | 90 | 0 | 4C | 2 | 2A | 12E | 3E | 24 |
| Octal | 223 | 43 | 220 | 0 | 114 | 2 | 52 | 456 | 76 | 44 |
| Binary | 10010011 | 100011 | 10010000 | 0 | 1001100 | 10 | 101010 | 100101110 | 111110 | 100100 |
Color Harmonies of #932390
Complementary color
Monochromatic Colors of #932390
Black with #932390
Text Example
Text Example
White with #932390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932390; }
p { color: rgb(147,35,144); }
H1.HeaderClassName
{
color: #932390;
}
.AnyTagClassName
{
color: #932390;
}
</style>
background-color css
<style>
a { background-color: #932390; }
a { background-color: rgb(147,35,144); }
div.DivClassName
{
background-color: #932390;
}
.BgClassName
{
background-color: #932390;
}
</style>
border-color css
<style>
span { border-color: #932390; }
span { border-color: rgb(147,35,144); }
td.TdClassName
{
border-color: #932390;
}
.TagClassName
{
border-color: #932390;
}
</style>