Shades of Dark Purple #942075
Tints of Dark Purple #942075
RGB
CMYK
RGB Variations
Color information
#942075 (or 0x942075) is known color: Dark Purple. HEX triplet: 94, 20 and 75. RGB value is (148,32,117). Sum of RGB (Red+Green+Blue) = 148+32+117=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #942075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942075 is #6BDF8A. Grayscale: #4C4C4C. Windows color (decimal): -7069579 or 7676052. OLE color: 7676052.
HSL color Cylindrical-coordinate representation of color #942075: hue angle of 316.03º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942075 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 117 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.42 |
| HSL | 316.03º | 0.64% | 0.35% | - |
| HSV(B) | 316.03º | 0.78% | 0.58% | - |
| XYZ | 15.94 | 8.61 | 17.65 | - |
| YUV | 76.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 117 | 0 | 0.78 | 0.21 | 0.42 | 316.03 | 0.64 | 0.35 |
| Hex | 94 | 20 | 75 | 0 | 4E | 15 | 2A | 13C | 40 | 23 |
| Octal | 224 | 40 | 165 | 0 | 116 | 25 | 52 | 474 | 100 | 43 |
| Binary | 10010100 | 100000 | 1110101 | 0 | 1001110 | 10101 | 101010 | 100111100 | 1000000 | 100011 |
Color Harmonies of #942075
Complementary color
Monochromatic Colors of #942075
Black with #942075
Text Example
Text Example
White with #942075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942075; }
p { color: rgb(148,32,117); }
H1.HeaderClassName
{
color: #942075;
}
.AnyTagClassName
{
color: #942075;
}
</style>
background-color css
<style>
a { background-color: #942075; }
a { background-color: rgb(148,32,117); }
div.DivClassName
{
background-color: #942075;
}
.BgClassName
{
background-color: #942075;
}
</style>
border-color css
<style>
span { border-color: #942075; }
span { border-color: rgb(148,32,117); }
td.TdClassName
{
border-color: #942075;
}
.TagClassName
{
border-color: #942075;
}
</style>