Shades of Dark Purple #94286B
Tints of Dark Purple #94286B
RGB
CMYK
RGB Variations
Color information
#94286B (or 0x94286B) is known color: Dark Purple. HEX triplet: 94, 28 and 6B. RGB value is (148,40,107). Sum of RGB (Red+Green+Blue) = 148+40+107=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94286B is #6BD794. Grayscale: #4F4F4F. Windows color (decimal): -7067541 or 7022740. OLE color: 7022740.
HSL color Cylindrical-coordinate representation of color #94286B: hue angle of 322.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94286B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 107 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.42 |
| HSL | 322.78º | 0.57% | 0.37% | - |
| HSV(B) | 322.78º | 0.73% | 0.58% | - |
| XYZ | 15.63 | 8.88 | 14.8 | - |
| YUV | 79.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 107 | 0 | 0.73 | 0.28 | 0.42 | 322.78 | 0.57 | 0.37 |
| Hex | 94 | 28 | 6B | 0 | 49 | 1C | 2A | 143 | 39 | 25 |
| Octal | 224 | 50 | 153 | 0 | 111 | 34 | 52 | 503 | 71 | 45 |
| Binary | 10010100 | 101000 | 1101011 | 0 | 1001001 | 11100 | 101010 | 101000011 | 111001 | 100101 |
Color Harmonies of #94286B
Complementary color
Monochromatic Colors of #94286B
Black with #94286B
Text Example
Text Example
White with #94286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94286B; }
p { color: rgb(148,40,107); }
H1.HeaderClassName
{
color: #94286B;
}
.AnyTagClassName
{
color: #94286B;
}
</style>
background-color css
<style>
a { background-color: #94286B; }
a { background-color: rgb(148,40,107); }
div.DivClassName
{
background-color: #94286B;
}
.BgClassName
{
background-color: #94286B;
}
</style>
border-color css
<style>
span { border-color: #94286B; }
span { border-color: rgb(148,40,107); }
td.TdClassName
{
border-color: #94286B;
}
.TagClassName
{
border-color: #94286B;
}
</style>