Shades of Vivid Violet #944595
Tints of Vivid Violet #944595
RGB
CMYK
RGB Variations
Color information
#944595 (or 0x944595) is known color: Vivid Violet. HEX triplet: 94, 45 and 95. RGB value is (148,69,149). Sum of RGB (Red+Green+Blue) = 148+69+149=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #944595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944595 is #6BBA6A. Grayscale: #656565. Windows color (decimal): -7060075 or 9782676. OLE color: 9782676.
HSL color Cylindrical-coordinate representation of color #944595: hue angle of 299.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944595 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 149 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.42 |
| HSL | 299.25º | 0.37% | 0.43% | - |
| HSV(B) | 299.25º | 0.54% | 0.58% | - |
| XYZ | 19.77 | 12.72 | 29.85 | - |
| YUV | 101.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 149 | 0.01 | 0.54 | 0 | 0.42 | 299.25 | 0.37 | 0.43 |
| Hex | 94 | 45 | 95 | 1 | 36 | 0 | 2A | 12B | 25 | 2B |
| Octal | 224 | 105 | 225 | 1 | 66 | 0 | 52 | 453 | 45 | 53 |
| Binary | 10010100 | 1000101 | 10010101 | 1 | 110110 | 0 | 101010 | 100101011 | 100101 | 101011 |
Color Harmonies of #944595
Complementary color
Monochromatic Colors of #944595
Black with #944595
Text Example
Text Example
White with #944595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944595; }
p { color: rgb(148,69,149); }
H1.HeaderClassName
{
color: #944595;
}
.AnyTagClassName
{
color: #944595;
}
</style>
background-color css
<style>
a { background-color: #944595; }
a { background-color: rgb(148,69,149); }
div.DivClassName
{
background-color: #944595;
}
.BgClassName
{
background-color: #944595;
}
</style>
border-color css
<style>
span { border-color: #944595; }
span { border-color: rgb(148,69,149); }
td.TdClassName
{
border-color: #944595;
}
.TagClassName
{
border-color: #944595;
}
</style>