Shades of Violet Blue #99629D
Tints of Violet Blue #99629D
RGB
CMYK
RGB Variations
Color information
#99629D (or 0x99629D) is known color: Violet Blue. HEX triplet: 99, 62 and 9D. RGB value is (153,98,157). Sum of RGB (Red+Green+Blue) = 153+98+157=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #99629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99629D is #669D62. Grayscale: #787878. Windows color (decimal): -6724963 or 10314393. OLE color: 10314393.
HSL color Cylindrical-coordinate representation of color #99629D: hue angle of 295.93º degrees, saturation: 0.23, 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 #99629D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 98 | 157 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.38 |
| HSL | 295.93º | 0.23% | 0.5% | - |
| HSV(B) | 295.93º | 0.38% | 0.62% | - |
| XYZ | 23.59 | 17.94 | 34.12 | - |
| YUV | 121.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 157 | 0.03 | 0.38 | 0 | 0.38 | 295.93 | 0.23 | 0.5 |
| Hex | 99 | 62 | 9D | 3 | 26 | 0 | 26 | 128 | 17 | 32 |
| Octal | 231 | 142 | 235 | 3 | 46 | 0 | 46 | 450 | 27 | 62 |
| Binary | 10011001 | 1100010 | 10011101 | 11 | 100110 | 0 | 100110 | 100101000 | 10111 | 110010 |
Color Harmonies of #99629D
Complementary color
Monochromatic Colors of #99629D
Black with #99629D
Text Example
Text Example
White with #99629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99629D; }
p { color: rgb(153,98,157); }
H1.HeaderClassName
{
color: #99629D;
}
.AnyTagClassName
{
color: #99629D;
}
</style>
background-color css
<style>
a { background-color: #99629D; }
a { background-color: rgb(153,98,157); }
div.DivClassName
{
background-color: #99629D;
}
.BgClassName
{
background-color: #99629D;
}
</style>
border-color css
<style>
span { border-color: #99629D; }
span { border-color: rgb(153,98,157); }
td.TdClassName
{
border-color: #99629D;
}
.TagClassName
{
border-color: #99629D;
}
</style>