Shades of Violet Blue #995394
Tints of Violet Blue #995394
RGB
CMYK
RGB Variations
Color information
#995394 (or 0x995394) is known color: Violet Blue. HEX triplet: 99, 53 and 94. RGB value is (153,83,148). Sum of RGB (Red+Green+Blue) = 153+83+148=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995394 is #66AC6B. Grayscale: #6F6F6F. Windows color (decimal): -6728812 or 9720729. OLE color: 9720729.
HSL color Cylindrical-coordinate representation of color #995394: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995394 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 148 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.4 |
| HSL | 304.29º | 0.3% | 0.46% | - |
| HSV(B) | 304.29º | 0.46% | 0.6% | - |
| XYZ | 21.58 | 15.1 | 29.79 | - |
| YUV | 111.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 148 | 0 | 0.46 | 0.03 | 0.4 | 304.29 | 0.3 | 0.46 |
| Hex | 99 | 53 | 94 | 0 | 2E | 3 | 28 | 130 | 1E | 2E |
| Octal | 231 | 123 | 224 | 0 | 56 | 3 | 50 | 460 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10010100 | 0 | 101110 | 11 | 101000 | 100110000 | 11110 | 101110 |
Color Harmonies of #995394
Complementary color
Monochromatic Colors of #995394
Black with #995394
Text Example
Text Example
White with #995394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995394; }
p { color: rgb(153,83,148); }
H1.HeaderClassName
{
color: #995394;
}
.AnyTagClassName
{
color: #995394;
}
</style>
background-color css
<style>
a { background-color: #995394; }
a { background-color: rgb(153,83,148); }
div.DivClassName
{
background-color: #995394;
}
.BgClassName
{
background-color: #995394;
}
</style>
border-color css
<style>
span { border-color: #995394; }
span { border-color: rgb(153,83,148); }
td.TdClassName
{
border-color: #995394;
}
.TagClassName
{
border-color: #995394;
}
</style>