Shades of Vivid Violet #944594
Tints of Vivid Violet #944594
RGB
CMYK
RGB Variations
Color information
#944594 (or 0x944594) is known color: Vivid Violet. HEX triplet: 94, 45 and 94. RGB value is (148,69,148). Sum of RGB (Red+Green+Blue) = 148+69+148=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #944594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944594 is #6BBA6B. Grayscale: #656565. Windows color (decimal): -7060076 or 9717140. OLE color: 9717140.
HSL color Cylindrical-coordinate representation of color #944594: hue angle of 300º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944594 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 148 | - |
| CMYK | 0 | 0.53 | 0 | 0.42 |
| HSL | 300º | 0.36% | 0.43% | - |
| HSV(B) | 300º | 0.53% | 0.58% | - |
| XYZ | 19.69 | 12.69 | 29.43 | - |
| YUV | 101.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 148 | 0 | 0.53 | 0 | 0.42 | 300 | 0.36 | 0.43 |
| Hex | 94 | 45 | 94 | 0 | 35 | 0 | 2A | 12C | 24 | 2B |
| Octal | 224 | 105 | 224 | 0 | 65 | 0 | 52 | 454 | 44 | 53 |
| Binary | 10010100 | 1000101 | 10010100 | 0 | 110101 | 0 | 101010 | 100101100 | 100100 | 101011 |
Color Harmonies of #944594
Complementary color
Monochromatic Colors of #944594
Black with #944594
Text Example
Text Example
White with #944594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944594; }
p { color: rgb(148,69,148); }
H1.HeaderClassName
{
color: #944594;
}
.AnyTagClassName
{
color: #944594;
}
</style>
background-color css
<style>
a { background-color: #944594; }
a { background-color: rgb(148,69,148); }
div.DivClassName
{
background-color: #944594;
}
.BgClassName
{
background-color: #944594;
}
</style>
border-color css
<style>
span { border-color: #944594; }
span { border-color: rgb(148,69,148); }
td.TdClassName
{
border-color: #944594;
}
.TagClassName
{
border-color: #944594;
}
</style>