Shades of Vivid Violet #944099
Tints of Vivid Violet #944099
RGB
CMYK
RGB Variations
Color information
#944099 (or 0x944099) is known color: Vivid Violet. HEX triplet: 94, 40 and 99. RGB value is (148,64,153). Sum of RGB (Red+Green+Blue) = 148+64+153=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #944099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944099 is #6BBF66. Grayscale: #626262. Windows color (decimal): -7061351 or 10043540. OLE color: 10043540.
HSL color Cylindrical-coordinate representation of color #944099: hue angle of 296.63º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944099 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 64 | 153 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.4 |
| HSL | 296.63º | 0.41% | 0.43% | - |
| HSV(B) | 296.63º | 0.58% | 0.6% | - |
| XYZ | 19.8 | 12.26 | 31.46 | - |
| YUV | 99.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 153 | 0.03 | 0.58 | 0 | 0.4 | 296.63 | 0.41 | 0.43 |
| Hex | 94 | 40 | 99 | 3 | 3A | 0 | 28 | 129 | 29 | 2B |
| Octal | 224 | 100 | 231 | 3 | 72 | 0 | 50 | 451 | 51 | 53 |
| Binary | 10010100 | 1000000 | 10011001 | 11 | 111010 | 0 | 101000 | 100101001 | 101001 | 101011 |
Color Harmonies of #944099
Complementary color
Monochromatic Colors of #944099
Black with #944099
Text Example
Text Example
White with #944099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944099; }
p { color: rgb(148,64,153); }
H1.HeaderClassName
{
color: #944099;
}
.AnyTagClassName
{
color: #944099;
}
</style>
background-color css
<style>
a { background-color: #944099; }
a { background-color: rgb(148,64,153); }
div.DivClassName
{
background-color: #944099;
}
.BgClassName
{
background-color: #944099;
}
</style>
border-color css
<style>
span { border-color: #944099; }
span { border-color: rgb(148,64,153); }
td.TdClassName
{
border-color: #944099;
}
.TagClassName
{
border-color: #944099;
}
</style>