Shades of Dark Purple #94267B
Tints of Dark Purple #94267B
RGB
CMYK
RGB Variations
Color information
#94267B (or 0x94267B) is known color: Dark Purple. HEX triplet: 94, 26 and 7B. RGB value is (148,38,123). Sum of RGB (Red+Green+Blue) = 148+38+123=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94267B is #6BD984. Grayscale: #505050. Windows color (decimal): -7068037 or 8070804. OLE color: 8070804.
HSL color Cylindrical-coordinate representation of color #94267B: hue angle of 313.64º 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 #94267B is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 123 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.42 |
| HSL | 313.64º | 0.59% | 0.36% | - |
| HSV(B) | 313.64º | 0.74% | 0.58% | - |
| XYZ | 16.48 | 9.11 | 19.63 | - |
| YUV | 80.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 123 | 0 | 0.74 | 0.17 | 0.42 | 313.64 | 0.59 | 0.36 |
| Hex | 94 | 26 | 7B | 0 | 4A | 11 | 2A | 13A | 3B | 24 |
| Octal | 224 | 46 | 173 | 0 | 112 | 21 | 52 | 472 | 73 | 44 |
| Binary | 10010100 | 100110 | 1111011 | 0 | 1001010 | 10001 | 101010 | 100111010 | 111011 | 100100 |
Color Harmonies of #94267B
Complementary color
Monochromatic Colors of #94267B
Black with #94267B
Text Example
Text Example
White with #94267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94267B; }
p { color: rgb(148,38,123); }
H1.HeaderClassName
{
color: #94267B;
}
.AnyTagClassName
{
color: #94267B;
}
</style>
background-color css
<style>
a { background-color: #94267B; }
a { background-color: rgb(148,38,123); }
div.DivClassName
{
background-color: #94267B;
}
.BgClassName
{
background-color: #94267B;
}
</style>
border-color css
<style>
span { border-color: #94267B; }
span { border-color: rgb(148,38,123); }
td.TdClassName
{
border-color: #94267B;
}
.TagClassName
{
border-color: #94267B;
}
</style>