Shades of Dark Purple #94227B
Tints of Dark Purple #94227B
RGB
CMYK
RGB Variations
Color information
#94227B (or 0x94227B) is known color: Dark Purple. HEX triplet: 94, 22 and 7B. RGB value is (148,34,123). Sum of RGB (Red+Green+Blue) = 148+34+123=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94227B is #6BDD84. Grayscale: #4D4D4D. Windows color (decimal): -7069061 or 8069780. OLE color: 8069780.
HSL color Cylindrical-coordinate representation of color #94227B: hue angle of 313.16º 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 #94227B is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 123 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.42 |
| HSL | 313.16º | 0.63% | 0.36% | - |
| HSV(B) | 313.16º | 0.77% | 0.58% | - |
| XYZ | 16.36 | 8.87 | 19.59 | - |
| YUV | 78.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 123 | 0 | 0.77 | 0.17 | 0.42 | 313.16 | 0.63 | 0.36 |
| Hex | 94 | 22 | 7B | 0 | 4D | 11 | 2A | 139 | 3F | 24 |
| Octal | 224 | 42 | 173 | 0 | 115 | 21 | 52 | 471 | 77 | 44 |
| Binary | 10010100 | 100010 | 1111011 | 0 | 1001101 | 10001 | 101010 | 100111001 | 111111 | 100100 |
Color Harmonies of #94227B
Complementary color
Monochromatic Colors of #94227B
Black with #94227B
Text Example
Text Example
White with #94227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94227B; }
p { color: rgb(148,34,123); }
H1.HeaderClassName
{
color: #94227B;
}
.AnyTagClassName
{
color: #94227B;
}
</style>
background-color css
<style>
a { background-color: #94227B; }
a { background-color: rgb(148,34,123); }
div.DivClassName
{
background-color: #94227B;
}
.BgClassName
{
background-color: #94227B;
}
</style>
border-color css
<style>
span { border-color: #94227B; }
span { border-color: rgb(148,34,123); }
td.TdClassName
{
border-color: #94227B;
}
.TagClassName
{
border-color: #94227B;
}
</style>