Shades of Violet Blue #996390
Tints of Violet Blue #996390
RGB
CMYK
RGB Variations
Color information
#996390 (or 0x996390) is known color: Violet Blue. HEX triplet: 99, 63 and 90. RGB value is (153,99,144). Sum of RGB (Red+Green+Blue) = 153+99+144=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996390 is #669C6F. Grayscale: #787878. Windows color (decimal): -6724720 or 9462681. OLE color: 9462681.
HSL color Cylindrical-coordinate representation of color #996390: hue angle of 310º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996390 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 144 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.4 |
| HSL | 310º | 0.21% | 0.49% | - |
| HSV(B) | 310º | 0.35% | 0.6% | - |
| XYZ | 22.63 | 17.71 | 28.61 | - |
| YUV | 120.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 144 | 0 | 0.35 | 0.06 | 0.4 | 310 | 0.21 | 0.49 |
| Hex | 99 | 63 | 90 | 0 | 23 | 6 | 28 | 136 | 15 | 31 |
| Octal | 231 | 143 | 220 | 0 | 43 | 6 | 50 | 466 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10010000 | 0 | 100011 | 110 | 101000 | 100110110 | 10101 | 110001 |
Color Harmonies of #996390
Complementary color
Monochromatic Colors of #996390
Black with #996390
Text Example
Text Example
White with #996390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996390; }
p { color: rgb(153,99,144); }
H1.HeaderClassName
{
color: #996390;
}
.AnyTagClassName
{
color: #996390;
}
</style>
background-color css
<style>
a { background-color: #996390; }
a { background-color: rgb(153,99,144); }
div.DivClassName
{
background-color: #996390;
}
.BgClassName
{
background-color: #996390;
}
</style>
border-color css
<style>
span { border-color: #996390; }
span { border-color: rgb(153,99,144); }
td.TdClassName
{
border-color: #996390;
}
.TagClassName
{
border-color: #996390;
}
</style>