Shades of Vivid Violet #94418C
Tints of Vivid Violet #94418C
RGB
CMYK
RGB Variations
Color information
#94418C (or 0x94418C) is known color: Vivid Violet. HEX triplet: 94, 41 and 8C. RGB value is (148,65,140). Sum of RGB (Red+Green+Blue) = 148+65+140=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94418C is #6BBE73. Grayscale: #626262. Windows color (decimal): -7061108 or 9191828. OLE color: 9191828.
HSL color Cylindrical-coordinate representation of color #94418C: hue angle of 305.78º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94418C is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 140 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.42 |
| HSL | 305.78º | 0.39% | 0.42% | - |
| HSV(B) | 305.78º | 0.56% | 0.58% | - |
| XYZ | 18.84 | 11.97 | 26.13 | - |
| YUV | 98.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 140 | 0 | 0.56 | 0.05 | 0.42 | 305.78 | 0.39 | 0.42 |
| Hex | 94 | 41 | 8C | 0 | 38 | 5 | 2A | 132 | 27 | 2A |
| Octal | 224 | 101 | 214 | 0 | 70 | 5 | 52 | 462 | 47 | 52 |
| Binary | 10010100 | 1000001 | 10001100 | 0 | 111000 | 101 | 101010 | 100110010 | 100111 | 101010 |
Color Harmonies of #94418C
Complementary color
Monochromatic Colors of #94418C
Black with #94418C
Text Example
Text Example
White with #94418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94418C; }
p { color: rgb(148,65,140); }
H1.HeaderClassName
{
color: #94418C;
}
.AnyTagClassName
{
color: #94418C;
}
</style>
background-color css
<style>
a { background-color: #94418C; }
a { background-color: rgb(148,65,140); }
div.DivClassName
{
background-color: #94418C;
}
.BgClassName
{
background-color: #94418C;
}
</style>
border-color css
<style>
span { border-color: #94418C; }
span { border-color: rgb(148,65,140); }
td.TdClassName
{
border-color: #94418C;
}
.TagClassName
{
border-color: #94418C;
}
</style>