Shades of Dark Purple #942A70
Tints of Dark Purple #942A70
RGB
CMYK
RGB Variations
Color information
#942A70 (or 0x942A70) is known color: Dark Purple. HEX triplet: 94, 2A and 70. RGB value is (148,42,112). Sum of RGB (Red+Green+Blue) = 148+42+112=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942A70 is #6BD58F. Grayscale: #515151. Windows color (decimal): -7067024 or 7350932. OLE color: 7350932.
HSL color Cylindrical-coordinate representation of color #942A70: hue angle of 320.38º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942A70 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 112 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.42 |
| HSL | 320.38º | 0.56% | 0.37% | - |
| HSV(B) | 320.38º | 0.72% | 0.58% | - |
| XYZ | 15.97 | 9.12 | 16.25 | - |
| YUV | 81.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 112 | 0 | 0.72 | 0.24 | 0.42 | 320.38 | 0.56 | 0.37 |
| Hex | 94 | 2A | 70 | 0 | 48 | 18 | 2A | 140 | 38 | 25 |
| Octal | 224 | 52 | 160 | 0 | 110 | 30 | 52 | 500 | 70 | 45 |
| Binary | 10010100 | 101010 | 1110000 | 0 | 1001000 | 11000 | 101010 | 101000000 | 111000 | 100101 |
Color Harmonies of #942A70
Complementary color
Monochromatic Colors of #942A70
Black with #942A70
Text Example
Text Example
White with #942A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A70; }
p { color: rgb(148,42,112); }
H1.HeaderClassName
{
color: #942A70;
}
.AnyTagClassName
{
color: #942A70;
}
</style>
background-color css
<style>
a { background-color: #942A70; }
a { background-color: rgb(148,42,112); }
div.DivClassName
{
background-color: #942A70;
}
.BgClassName
{
background-color: #942A70;
}
</style>
border-color css
<style>
span { border-color: #942A70; }
span { border-color: rgb(148,42,112); }
td.TdClassName
{
border-color: #942A70;
}
.TagClassName
{
border-color: #942A70;
}
</style>