Shades of Dark Purple #94266A
Tints of Dark Purple #94266A
RGB
CMYK
RGB Variations
Color information
#94266A (or 0x94266A) is known color: Dark Purple. HEX triplet: 94, 26 and 6A. RGB value is (148,38,106). Sum of RGB (Red+Green+Blue) = 148+38+106=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94266A is #6BD995. Grayscale: #4E4E4E. Windows color (decimal): -7068054 or 6956692. OLE color: 6956692.
HSL color Cylindrical-coordinate representation of color #94266A: hue angle of 322.91º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94266A is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 106 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.42 |
| HSL | 322.91º | 0.59% | 0.36% | - |
| HSV(B) | 322.91º | 0.74% | 0.58% | - |
| XYZ | 15.51 | 8.72 | 14.5 | - |
| YUV | 78.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 106 | 0 | 0.74 | 0.28 | 0.42 | 322.91 | 0.59 | 0.36 |
| Hex | 94 | 26 | 6A | 0 | 4A | 1C | 2A | 143 | 3B | 24 |
| Octal | 224 | 46 | 152 | 0 | 112 | 34 | 52 | 503 | 73 | 44 |
| Binary | 10010100 | 100110 | 1101010 | 0 | 1001010 | 11100 | 101010 | 101000011 | 111011 | 100100 |
Color Harmonies of #94266A
Complementary color
Monochromatic Colors of #94266A
Black with #94266A
Text Example
Text Example
White with #94266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94266A; }
p { color: rgb(148,38,106); }
H1.HeaderClassName
{
color: #94266A;
}
.AnyTagClassName
{
color: #94266A;
}
</style>
background-color css
<style>
a { background-color: #94266A; }
a { background-color: rgb(148,38,106); }
div.DivClassName
{
background-color: #94266A;
}
.BgClassName
{
background-color: #94266A;
}
</style>
border-color css
<style>
span { border-color: #94266A; }
span { border-color: rgb(148,38,106); }
td.TdClassName
{
border-color: #94266A;
}
.TagClassName
{
border-color: #94266A;
}
</style>