Shades of Vivid Violet #94409F
Tints of Vivid Violet #94409F
RGB
CMYK
RGB Variations
Color information
#94409F (or 0x94409F) is known color: Vivid Violet. HEX triplet: 94, 40 and 9F. RGB value is (148,64,159). Sum of RGB (Red+Green+Blue) = 148+64+159=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #94409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94409F is #6BBF60. Grayscale: #636363. Windows color (decimal): -7061345 or 10436756. OLE color: 10436756.
HSL color Cylindrical-coordinate representation of color #94409F: hue angle of 293.05º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94409F is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 64 | 159 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.38 |
| HSL | 293.05º | 0.43% | 0.44% | - |
| HSV(B) | 293.05º | 0.6% | 0.62% | - |
| XYZ | 20.3 | 12.47 | 34.14 | - |
| YUV | 99.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 159 | 0.07 | 0.60 | 0 | 0.38 | 293.05 | 0.43 | 0.44 |
| Hex | 94 | 40 | 9F | 7 | 3C | 0 | 26 | 125 | 2B | 2C |
| Octal | 224 | 100 | 237 | 7 | 74 | 0 | 46 | 445 | 53 | 54 |
| Binary | 10010100 | 1000000 | 10011111 | 111 | 111100 | 0 | 100110 | 100100101 | 101011 | 101100 |
Color Harmonies of #94409F
Complementary color
Monochromatic Colors of #94409F
Black with #94409F
Text Example
Text Example
White with #94409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94409F; }
p { color: rgb(148,64,159); }
H1.HeaderClassName
{
color: #94409F;
}
.AnyTagClassName
{
color: #94409F;
}
</style>
background-color css
<style>
a { background-color: #94409F; }
a { background-color: rgb(148,64,159); }
div.DivClassName
{
background-color: #94409F;
}
.BgClassName
{
background-color: #94409F;
}
</style>
border-color css
<style>
span { border-color: #94409F; }
span { border-color: rgb(148,64,159); }
td.TdClassName
{
border-color: #94409F;
}
.TagClassName
{
border-color: #94409F;
}
</style>