Shades of Vivid Violet #94408A
Tints of Vivid Violet #94408A
RGB
CMYK
RGB Variations
Color information
#94408A (or 0x94408A) is known color: Vivid Violet. HEX triplet: 94, 40 and 8A. RGB value is (148,64,138). Sum of RGB (Red+Green+Blue) = 148+64+138=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #94408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94408A is #6BBF75. Grayscale: #616161. Windows color (decimal): -7061366 or 9060500. OLE color: 9060500.
HSL color Cylindrical-coordinate representation of color #94408A: hue angle of 307.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94408A is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 138 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.42 |
| HSL | 307.14º | 0.4% | 0.42% | - |
| HSV(B) | 307.14º | 0.57% | 0.58% | - |
| XYZ | 18.63 | 11.8 | 25.34 | - |
| YUV | 97.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 138 | 0 | 0.57 | 0.07 | 0.42 | 307.14 | 0.4 | 0.42 |
| Hex | 94 | 40 | 8A | 0 | 39 | 7 | 2A | 133 | 28 | 2A |
| Octal | 224 | 100 | 212 | 0 | 71 | 7 | 52 | 463 | 50 | 52 |
| Binary | 10010100 | 1000000 | 10001010 | 0 | 111001 | 111 | 101010 | 100110011 | 101000 | 101010 |
Color Harmonies of #94408A
Complementary color
Monochromatic Colors of #94408A
Black with #94408A
Text Example
Text Example
White with #94408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94408A; }
p { color: rgb(148,64,138); }
H1.HeaderClassName
{
color: #94408A;
}
.AnyTagClassName
{
color: #94408A;
}
</style>
background-color css
<style>
a { background-color: #94408A; }
a { background-color: rgb(148,64,138); }
div.DivClassName
{
background-color: #94408A;
}
.BgClassName
{
background-color: #94408A;
}
</style>
border-color css
<style>
span { border-color: #94408A; }
span { border-color: rgb(148,64,138); }
td.TdClassName
{
border-color: #94408A;
}
.TagClassName
{
border-color: #94408A;
}
</style>