Shades of Vivid Violet #942695
Tints of Vivid Violet #942695
RGB
CMYK
RGB Variations
Color information
#942695 (or 0x942695) is known color: Vivid Violet. HEX triplet: 94, 26 and 95. RGB value is (148,38,149). Sum of RGB (Red+Green+Blue) = 148+38+149=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #942695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942695 is #6BD96A. Grayscale: #535353. Windows color (decimal): -7068011 or 9774740. OLE color: 9774740.
HSL color Cylindrical-coordinate representation of color #942695: hue angle of 299.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942695 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 149 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.42 |
| HSL | 299.46º | 0.59% | 0.37% | - |
| HSV(B) | 299.46º | 0.74% | 0.58% | - |
| XYZ | 18.33 | 9.85 | 29.37 | - |
| YUV | 83.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 149 | 0.01 | 0.74 | 0 | 0.42 | 299.46 | 0.59 | 0.37 |
| Hex | 94 | 26 | 95 | 1 | 4A | 0 | 2A | 12B | 3B | 25 |
| Octal | 224 | 46 | 225 | 1 | 112 | 0 | 52 | 453 | 73 | 45 |
| Binary | 10010100 | 100110 | 10010101 | 1 | 1001010 | 0 | 101010 | 100101011 | 111011 | 100101 |
Color Harmonies of #942695
Complementary color
Monochromatic Colors of #942695
Black with #942695
Text Example
Text Example
White with #942695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942695; }
p { color: rgb(148,38,149); }
H1.HeaderClassName
{
color: #942695;
}
.AnyTagClassName
{
color: #942695;
}
</style>
background-color css
<style>
a { background-color: #942695; }
a { background-color: rgb(148,38,149); }
div.DivClassName
{
background-color: #942695;
}
.BgClassName
{
background-color: #942695;
}
</style>
border-color css
<style>
span { border-color: #942695; }
span { border-color: rgb(148,38,149); }
td.TdClassName
{
border-color: #942695;
}
.TagClassName
{
border-color: #942695;
}
</style>