Shades of Dark Purple #94206A
Tints of Dark Purple #94206A
RGB
CMYK
RGB Variations
Color information
#94206A (or 0x94206A) is known color: Dark Purple. HEX triplet: 94, 20 and 6A. RGB value is (148,32,106). Sum of RGB (Red+Green+Blue) = 148+32+106=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #94206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94206A is #6BDF95. Grayscale: #4A4A4A. Windows color (decimal): -7069590 or 6955156. OLE color: 6955156.
HSL color Cylindrical-coordinate representation of color #94206A: hue angle of 321.72º 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 #94206A is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 106 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.42 |
| HSL | 321.72º | 0.64% | 0.35% | - |
| HSV(B) | 321.72º | 0.78% | 0.58% | - |
| XYZ | 15.33 | 8.37 | 14.44 | - |
| YUV | 75.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 106 | 0 | 0.78 | 0.28 | 0.42 | 321.72 | 0.64 | 0.35 |
| Hex | 94 | 20 | 6A | 0 | 4E | 1C | 2A | 142 | 40 | 23 |
| Octal | 224 | 40 | 152 | 0 | 116 | 34 | 52 | 502 | 100 | 43 |
| Binary | 10010100 | 100000 | 1101010 | 0 | 1001110 | 11100 | 101010 | 101000010 | 1000000 | 100011 |
Color Harmonies of #94206A
Complementary color
Monochromatic Colors of #94206A
Black with #94206A
Text Example
Text Example
White with #94206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94206A; }
p { color: rgb(148,32,106); }
H1.HeaderClassName
{
color: #94206A;
}
.AnyTagClassName
{
color: #94206A;
}
</style>
background-color css
<style>
a { background-color: #94206A; }
a { background-color: rgb(148,32,106); }
div.DivClassName
{
background-color: #94206A;
}
.BgClassName
{
background-color: #94206A;
}
</style>
border-color css
<style>
span { border-color: #94206A; }
span { border-color: rgb(148,32,106); }
td.TdClassName
{
border-color: #94206A;
}
.TagClassName
{
border-color: #94206A;
}
</style>