Shades of Violet Blue #995493
Tints of Violet Blue #995493
RGB
CMYK
RGB Variations
Color information
#995493 (or 0x995493) is known color: Violet Blue. HEX triplet: 99, 54 and 93. RGB value is (153,84,147). Sum of RGB (Red+Green+Blue) = 153+84+147=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995493 is #66AB6C. Grayscale: #6F6F6F. Windows color (decimal): -6728557 or 9655449. OLE color: 9655449.
HSL color Cylindrical-coordinate representation of color #995493: hue angle of 305.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995493 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 147 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.4 |
| HSL | 305.22º | 0.29% | 0.46% | - |
| HSV(B) | 305.22º | 0.45% | 0.6% | - |
| XYZ | 21.57 | 15.22 | 29.4 | - |
| YUV | 111.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 147 | 0 | 0.45 | 0.04 | 0.4 | 305.22 | 0.29 | 0.46 |
| Hex | 99 | 54 | 93 | 0 | 2D | 4 | 28 | 131 | 1D | 2E |
| Octal | 231 | 124 | 223 | 0 | 55 | 4 | 50 | 461 | 35 | 56 |
| Binary | 10011001 | 1010100 | 10010011 | 0 | 101101 | 100 | 101000 | 100110001 | 11101 | 101110 |
Color Harmonies of #995493
Complementary color
Monochromatic Colors of #995493
Black with #995493
Text Example
Text Example
White with #995493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995493; }
p { color: rgb(153,84,147); }
H1.HeaderClassName
{
color: #995493;
}
.AnyTagClassName
{
color: #995493;
}
</style>
background-color css
<style>
a { background-color: #995493; }
a { background-color: rgb(153,84,147); }
div.DivClassName
{
background-color: #995493;
}
.BgClassName
{
background-color: #995493;
}
</style>
border-color css
<style>
span { border-color: #995493; }
span { border-color: rgb(153,84,147); }
td.TdClassName
{
border-color: #995493;
}
.TagClassName
{
border-color: #995493;
}
</style>