Shades of Vivid Violet #94448C
Tints of Vivid Violet #94448C
RGB
CMYK
RGB Variations
Color information
#94448C (or 0x94448C) is known color: Vivid Violet. HEX triplet: 94, 44 and 8C. RGB value is (148,68,140). Sum of RGB (Red+Green+Blue) = 148+68+140=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94448C is #6BBB73. Grayscale: #636363. Windows color (decimal): -7060340 or 9192596. OLE color: 9192596.
HSL color Cylindrical-coordinate representation of color #94448C: hue angle of 306º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94448C is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 140 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.42 |
| HSL | 306º | 0.37% | 0.42% | - |
| HSV(B) | 306º | 0.54% | 0.58% | - |
| XYZ | 19.01 | 12.32 | 26.19 | - |
| YUV | 100.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 140 | 0 | 0.54 | 0.05 | 0.42 | 306 | 0.37 | 0.42 |
| Hex | 94 | 44 | 8C | 0 | 36 | 5 | 2A | 132 | 25 | 2A |
| Octal | 224 | 104 | 214 | 0 | 66 | 5 | 52 | 462 | 45 | 52 |
| Binary | 10010100 | 1000100 | 10001100 | 0 | 110110 | 101 | 101010 | 100110010 | 100101 | 101010 |
Color Harmonies of #94448C
Complementary color
Monochromatic Colors of #94448C
Black with #94448C
Text Example
Text Example
White with #94448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94448C; }
p { color: rgb(148,68,140); }
H1.HeaderClassName
{
color: #94448C;
}
.AnyTagClassName
{
color: #94448C;
}
</style>
background-color css
<style>
a { background-color: #94448C; }
a { background-color: rgb(148,68,140); }
div.DivClassName
{
background-color: #94448C;
}
.BgClassName
{
background-color: #94448C;
}
</style>
border-color css
<style>
span { border-color: #94448C; }
span { border-color: rgb(148,68,140); }
td.TdClassName
{
border-color: #94448C;
}
.TagClassName
{
border-color: #94448C;
}
</style>