Shades of Dark Purple #94256B
Tints of Dark Purple #94256B
RGB
CMYK
RGB Variations
Color information
#94256B (or 0x94256B) is known color: Dark Purple. HEX triplet: 94, 25 and 6B. RGB value is (148,37,107). Sum of RGB (Red+Green+Blue) = 148+37+107=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94256B is #6BDA94. Grayscale: #4D4D4D. Windows color (decimal): -7068309 or 7021972. OLE color: 7021972.
HSL color Cylindrical-coordinate representation of color #94256B: hue angle of 322.16º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94256B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 37 | 107 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.42 |
| HSL | 322.16º | 0.6% | 0.36% | - |
| HSV(B) | 322.16º | 0.75% | 0.58% | - |
| XYZ | 15.53 | 8.68 | 14.77 | - |
| YUV | 78.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 107 | 0 | 0.75 | 0.28 | 0.42 | 322.16 | 0.6 | 0.36 |
| Hex | 94 | 25 | 6B | 0 | 4B | 1C | 2A | 142 | 3C | 24 |
| Octal | 224 | 45 | 153 | 0 | 113 | 34 | 52 | 502 | 74 | 44 |
| Binary | 10010100 | 100101 | 1101011 | 0 | 1001011 | 11100 | 101010 | 101000010 | 111100 | 100100 |
Color Harmonies of #94256B
Complementary color
Monochromatic Colors of #94256B
Black with #94256B
Text Example
Text Example
White with #94256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94256B; }
p { color: rgb(148,37,107); }
H1.HeaderClassName
{
color: #94256B;
}
.AnyTagClassName
{
color: #94256B;
}
</style>
background-color css
<style>
a { background-color: #94256B; }
a { background-color: rgb(148,37,107); }
div.DivClassName
{
background-color: #94256B;
}
.BgClassName
{
background-color: #94256B;
}
</style>
border-color css
<style>
span { border-color: #94256B; }
span { border-color: rgb(148,37,107); }
td.TdClassName
{
border-color: #94256B;
}
.TagClassName
{
border-color: #94256B;
}
</style>