Shades of Dark Purple #94207B
Tints of Dark Purple #94207B
RGB
CMYK
RGB Variations
Color information
#94207B (or 0x94207B) is known color: Dark Purple. HEX triplet: 94, 20 and 7B. RGB value is (148,32,123). Sum of RGB (Red+Green+Blue) = 148+32+123=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94207B is #6BDF84. Grayscale: #4C4C4C. Windows color (decimal): -7069573 or 8069268. OLE color: 8069268.
HSL color Cylindrical-coordinate representation of color #94207B: hue angle of 312.93º 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 #94207B is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 123 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.42 |
| HSL | 312.93º | 0.64% | 0.35% | - |
| HSV(B) | 312.93º | 0.78% | 0.58% | - |
| XYZ | 16.3 | 8.76 | 19.57 | - |
| YUV | 77.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 123 | 0 | 0.78 | 0.17 | 0.42 | 312.93 | 0.64 | 0.35 |
| Hex | 94 | 20 | 7B | 0 | 4E | 11 | 2A | 139 | 40 | 23 |
| Octal | 224 | 40 | 173 | 0 | 116 | 21 | 52 | 471 | 100 | 43 |
| Binary | 10010100 | 100000 | 1111011 | 0 | 1001110 | 10001 | 101010 | 100111001 | 1000000 | 100011 |
Color Harmonies of #94207B
Complementary color
Monochromatic Colors of #94207B
Black with #94207B
Text Example
Text Example
White with #94207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94207B; }
p { color: rgb(148,32,123); }
H1.HeaderClassName
{
color: #94207B;
}
.AnyTagClassName
{
color: #94207B;
}
</style>
background-color css
<style>
a { background-color: #94207B; }
a { background-color: rgb(148,32,123); }
div.DivClassName
{
background-color: #94207B;
}
.BgClassName
{
background-color: #94207B;
}
</style>
border-color css
<style>
span { border-color: #94207B; }
span { border-color: rgb(148,32,123); }
td.TdClassName
{
border-color: #94207B;
}
.TagClassName
{
border-color: #94207B;
}
</style>