Shades of Dark Purple #94328B
Tints of Dark Purple #94328B
RGB
CMYK
RGB Variations
Color information
#94328B (or 0x94328B) is known color: Dark Purple. HEX triplet: 94, 32 and 8B. RGB value is (148,50,139). Sum of RGB (Red+Green+Blue) = 148+50+139=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94328B is #6BCD74. Grayscale: #595959. Windows color (decimal): -7064949 or 9122452. OLE color: 9122452.
HSL color Cylindrical-coordinate representation of color #94328B: hue angle of 305.51º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94328B is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 50 | 139 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.42 |
| HSL | 305.51º | 0.49% | 0.39% | - |
| HSV(B) | 305.51º | 0.66% | 0.58% | - |
| XYZ | 18.01 | 10.44 | 25.49 | - |
| YUV | 89.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 139 | 0 | 0.66 | 0.06 | 0.42 | 305.51 | 0.49 | 0.39 |
| Hex | 94 | 32 | 8B | 0 | 42 | 6 | 2A | 132 | 31 | 27 |
| Octal | 224 | 62 | 213 | 0 | 102 | 6 | 52 | 462 | 61 | 47 |
| Binary | 10010100 | 110010 | 10001011 | 0 | 1000010 | 110 | 101010 | 100110010 | 110001 | 100111 |
Color Harmonies of #94328B
Complementary color
Monochromatic Colors of #94328B
Black with #94328B
Text Example
Text Example
White with #94328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94328B; }
p { color: rgb(148,50,139); }
H1.HeaderClassName
{
color: #94328B;
}
.AnyTagClassName
{
color: #94328B;
}
</style>
background-color css
<style>
a { background-color: #94328B; }
a { background-color: rgb(148,50,139); }
div.DivClassName
{
background-color: #94328B;
}
.BgClassName
{
background-color: #94328B;
}
</style>
border-color css
<style>
span { border-color: #94328B; }
span { border-color: rgb(148,50,139); }
td.TdClassName
{
border-color: #94328B;
}
.TagClassName
{
border-color: #94328B;
}
</style>