Shades of Violet Blue #995195
Tints of Violet Blue #995195
RGB
CMYK
RGB Variations
Color information
#995195 (or 0x995195) is known color: Violet Blue. HEX triplet: 99, 51 and 95. RGB value is (153,81,149). Sum of RGB (Red+Green+Blue) = 153+81+149=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995195 is #66AE6A. Grayscale: #6E6E6E. Windows color (decimal): -6729323 or 9785753. OLE color: 9785753.
HSL color Cylindrical-coordinate representation of color #995195: hue angle of 303.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995195 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 149 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.4 |
| HSL | 303.33º | 0.31% | 0.46% | - |
| HSV(B) | 303.33º | 0.47% | 0.6% | - |
| XYZ | 21.5 | 14.83 | 30.16 | - |
| YUV | 110.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 149 | 0 | 0.47 | 0.03 | 0.4 | 303.33 | 0.31 | 0.46 |
| Hex | 99 | 51 | 95 | 0 | 2F | 3 | 28 | 12F | 1F | 2E |
| Octal | 231 | 121 | 225 | 0 | 57 | 3 | 50 | 457 | 37 | 56 |
| Binary | 10011001 | 1010001 | 10010101 | 0 | 101111 | 11 | 101000 | 100101111 | 11111 | 101110 |
Color Harmonies of #995195
Complementary color
Monochromatic Colors of #995195
Black with #995195
Text Example
Text Example
White with #995195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995195; }
p { color: rgb(153,81,149); }
H1.HeaderClassName
{
color: #995195;
}
.AnyTagClassName
{
color: #995195;
}
</style>
background-color css
<style>
a { background-color: #995195; }
a { background-color: rgb(153,81,149); }
div.DivClassName
{
background-color: #995195;
}
.BgClassName
{
background-color: #995195;
}
</style>
border-color css
<style>
span { border-color: #995195; }
span { border-color: rgb(153,81,149); }
td.TdClassName
{
border-color: #995195;
}
.TagClassName
{
border-color: #995195;
}
</style>