Shades of Dark Purple #94208C
Tints of Dark Purple #94208C
RGB
CMYK
RGB Variations
Color information
#94208C (or 0x94208C) is known color: Dark Purple. HEX triplet: 94, 20 and 8C. RGB value is (148,32,140). Sum of RGB (Red+Green+Blue) = 148+32+140=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94208C is #6BDF73. Grayscale: #4E4E4E. Windows color (decimal): -7069556 or 9183380. OLE color: 9183380.
HSL color Cylindrical-coordinate representation of color #94208C: hue angle of 304.14º 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 #94208C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 140 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.42 |
| HSL | 304.14º | 0.64% | 0.35% | - |
| HSV(B) | 304.14º | 0.78% | 0.58% | - |
| XYZ | 17.46 | 9.22 | 25.67 | - |
| YUV | 79 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 140 | 0 | 0.78 | 0.05 | 0.42 | 304.14 | 0.64 | 0.35 |
| Hex | 94 | 20 | 8C | 0 | 4E | 5 | 2A | 130 | 40 | 23 |
| Octal | 224 | 40 | 214 | 0 | 116 | 5 | 52 | 460 | 100 | 43 |
| Binary | 10010100 | 100000 | 10001100 | 0 | 1001110 | 101 | 101010 | 100110000 | 1000000 | 100011 |
Color Harmonies of #94208C
Complementary color
Monochromatic Colors of #94208C
Black with #94208C
Text Example
Text Example
White with #94208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94208C; }
p { color: rgb(148,32,140); }
H1.HeaderClassName
{
color: #94208C;
}
.AnyTagClassName
{
color: #94208C;
}
</style>
background-color css
<style>
a { background-color: #94208C; }
a { background-color: rgb(148,32,140); }
div.DivClassName
{
background-color: #94208C;
}
.BgClassName
{
background-color: #94208C;
}
</style>
border-color css
<style>
span { border-color: #94208C; }
span { border-color: rgb(148,32,140); }
td.TdClassName
{
border-color: #94208C;
}
.TagClassName
{
border-color: #94208C;
}
</style>