Shades of Vivid Violet #94419F
Tints of Vivid Violet #94419F
RGB
CMYK
RGB Variations
Color information
#94419F (or 0x94419F) is known color: Vivid Violet. HEX triplet: 94, 41 and 9F. RGB value is (148,65,159). Sum of RGB (Red+Green+Blue) = 148+65+159=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #94419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94419F is #6BBE60. Grayscale: #646464. Windows color (decimal): -7061089 or 10437012. OLE color: 10437012.
HSL color Cylindrical-coordinate representation of color #94419F: hue angle of 292.98º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94419F is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 65 | 159 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.38 |
| HSL | 292.98º | 0.42% | 0.44% | - |
| HSV(B) | 292.98º | 0.59% | 0.62% | - |
| XYZ | 20.36 | 12.58 | 34.16 | - |
| YUV | 100.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 159 | 0.07 | 0.59 | 0 | 0.38 | 292.98 | 0.42 | 0.44 |
| Hex | 94 | 41 | 9F | 7 | 3B | 0 | 26 | 125 | 2A | 2C |
| Octal | 224 | 101 | 237 | 7 | 73 | 0 | 46 | 445 | 52 | 54 |
| Binary | 10010100 | 1000001 | 10011111 | 111 | 111011 | 0 | 100110 | 100100101 | 101010 | 101100 |
Color Harmonies of #94419F
Complementary color
Monochromatic Colors of #94419F
Black with #94419F
Text Example
Text Example
White with #94419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94419F; }
p { color: rgb(148,65,159); }
H1.HeaderClassName
{
color: #94419F;
}
.AnyTagClassName
{
color: #94419F;
}
</style>
background-color css
<style>
a { background-color: #94419F; }
a { background-color: rgb(148,65,159); }
div.DivClassName
{
background-color: #94419F;
}
.BgClassName
{
background-color: #94419F;
}
</style>
border-color css
<style>
span { border-color: #94419F; }
span { border-color: rgb(148,65,159); }
td.TdClassName
{
border-color: #94419F;
}
.TagClassName
{
border-color: #94419F;
}
</style>