Shades of Violet Blue #99619D
Tints of Violet Blue #99619D
RGB
CMYK
RGB Variations
Color information
#99619D (or 0x99619D) is known color: Violet Blue. HEX triplet: 99, 61 and 9D. RGB value is (153,97,157). Sum of RGB (Red+Green+Blue) = 153+97+157=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #99619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99619D is #669E62. Grayscale: #787878. Windows color (decimal): -6725219 or 10314137. OLE color: 10314137.
HSL color Cylindrical-coordinate representation of color #99619D: hue angle of 296º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99619D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 97 | 157 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.38 |
| HSL | 296º | 0.24% | 0.5% | - |
| HSV(B) | 296º | 0.38% | 0.62% | - |
| XYZ | 23.5 | 17.76 | 34.09 | - |
| YUV | 120.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 157 | 0.03 | 0.38 | 0 | 0.38 | 296 | 0.24 | 0.5 |
| Hex | 99 | 61 | 9D | 3 | 26 | 0 | 26 | 128 | 18 | 32 |
| Octal | 231 | 141 | 235 | 3 | 46 | 0 | 46 | 450 | 30 | 62 |
| Binary | 10011001 | 1100001 | 10011101 | 11 | 100110 | 0 | 100110 | 100101000 | 11000 | 110010 |
Color Harmonies of #99619D
Complementary color
Monochromatic Colors of #99619D
Black with #99619D
Text Example
Text Example
White with #99619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99619D; }
p { color: rgb(153,97,157); }
H1.HeaderClassName
{
color: #99619D;
}
.AnyTagClassName
{
color: #99619D;
}
</style>
background-color css
<style>
a { background-color: #99619D; }
a { background-color: rgb(153,97,157); }
div.DivClassName
{
background-color: #99619D;
}
.BgClassName
{
background-color: #99619D;
}
</style>
border-color css
<style>
span { border-color: #99619D; }
span { border-color: rgb(153,97,157); }
td.TdClassName
{
border-color: #99619D;
}
.TagClassName
{
border-color: #99619D;
}
</style>