Shades of Dark Purple #942275
Tints of Dark Purple #942275
RGB
CMYK
RGB Variations
Color information
#942275 (or 0x942275) is known color: Dark Purple. HEX triplet: 94, 22 and 75. RGB value is (148,34,117). Sum of RGB (Red+Green+Blue) = 148+34+117=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942275 is #6BDD8A. Grayscale: #4D4D4D. Windows color (decimal): -7069067 or 7676564. OLE color: 7676564.
HSL color Cylindrical-coordinate representation of color #942275: hue angle of 316.32º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942275 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 117 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.42 |
| HSL | 316.32º | 0.63% | 0.36% | - |
| HSV(B) | 316.32º | 0.77% | 0.58% | - |
| XYZ | 16 | 8.72 | 17.67 | - |
| YUV | 77.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 117 | 0 | 0.77 | 0.21 | 0.42 | 316.32 | 0.63 | 0.36 |
| Hex | 94 | 22 | 75 | 0 | 4D | 15 | 2A | 13C | 3F | 24 |
| Octal | 224 | 42 | 165 | 0 | 115 | 25 | 52 | 474 | 77 | 44 |
| Binary | 10010100 | 100010 | 1110101 | 0 | 1001101 | 10101 | 101010 | 100111100 | 111111 | 100100 |
Color Harmonies of #942275
Complementary color
Monochromatic Colors of #942275
Black with #942275
Text Example
Text Example
White with #942275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942275; }
p { color: rgb(148,34,117); }
H1.HeaderClassName
{
color: #942275;
}
.AnyTagClassName
{
color: #942275;
}
</style>
background-color css
<style>
a { background-color: #942275; }
a { background-color: rgb(148,34,117); }
div.DivClassName
{
background-color: #942275;
}
.BgClassName
{
background-color: #942275;
}
</style>
border-color css
<style>
span { border-color: #942275; }
span { border-color: rgb(148,34,117); }
td.TdClassName
{
border-color: #942275;
}
.TagClassName
{
border-color: #942275;
}
</style>