Shades of Vivid Violet #992695
Tints of Vivid Violet #992695
RGB
CMYK
RGB Variations
Color information
#992695 (or 0x992695) is known color: Vivid Violet. HEX triplet: 99, 26 and 95. RGB value is (153,38,149). Sum of RGB (Red+Green+Blue) = 153+38+149=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992695 is #66D96A. Grayscale: #545454. Windows color (decimal): -6740331 or 9774745. OLE color: 9774745.
HSL color Cylindrical-coordinate representation of color #992695: hue angle of 302.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992695 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 149 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.4 |
| HSL | 302.09º | 0.6% | 0.37% | - |
| HSV(B) | 302.09º | 0.75% | 0.6% | - |
| XYZ | 19.25 | 10.33 | 29.41 | - |
| YUV | 85.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 149 | 0 | 0.75 | 0.03 | 0.4 | 302.09 | 0.6 | 0.37 |
| Hex | 99 | 26 | 95 | 0 | 4B | 3 | 28 | 12E | 3C | 25 |
| Octal | 231 | 46 | 225 | 0 | 113 | 3 | 50 | 456 | 74 | 45 |
| Binary | 10011001 | 100110 | 10010101 | 0 | 1001011 | 11 | 101000 | 100101110 | 111100 | 100101 |
Color Harmonies of #992695
Complementary color
Monochromatic Colors of #992695
Black with #992695
Text Example
Text Example
White with #992695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992695; }
p { color: rgb(153,38,149); }
H1.HeaderClassName
{
color: #992695;
}
.AnyTagClassName
{
color: #992695;
}
</style>
background-color css
<style>
a { background-color: #992695; }
a { background-color: rgb(153,38,149); }
div.DivClassName
{
background-color: #992695;
}
.BgClassName
{
background-color: #992695;
}
</style>
border-color css
<style>
span { border-color: #992695; }
span { border-color: rgb(153,38,149); }
td.TdClassName
{
border-color: #992695;
}
.TagClassName
{
border-color: #992695;
}
</style>