Shades of Violet Blue #99639C
Tints of Violet Blue #99639C
RGB
CMYK
RGB Variations
Color information
#99639C (or 0x99639C) is known color: Violet Blue. HEX triplet: 99, 63 and 9C. RGB value is (153,99,156). Sum of RGB (Red+Green+Blue) = 153+99+156=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #99639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99639C is #669C63. Grayscale: #797979. Windows color (decimal): -6724708 or 10249113. OLE color: 10249113.
HSL color Cylindrical-coordinate representation of color #99639C: hue angle of 296.84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99639C is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 99 | 156 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.39 |
| HSL | 296.84º | 0.22% | 0.5% | - |
| HSV(B) | 296.84º | 0.37% | 0.61% | - |
| XYZ | 23.6 | 18.1 | 33.7 | - |
| YUV | 121.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 156 | 0.02 | 0.37 | 0 | 0.39 | 296.84 | 0.22 | 0.5 |
| Hex | 99 | 63 | 9C | 2 | 25 | 0 | 27 | 129 | 16 | 32 |
| Octal | 231 | 143 | 234 | 2 | 45 | 0 | 47 | 451 | 26 | 62 |
| Binary | 10011001 | 1100011 | 10011100 | 10 | 100101 | 0 | 100111 | 100101001 | 10110 | 110010 |
Color Harmonies of #99639C
Complementary color
Monochromatic Colors of #99639C
Black with #99639C
Text Example
Text Example
White with #99639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99639C; }
p { color: rgb(153,99,156); }
H1.HeaderClassName
{
color: #99639C;
}
.AnyTagClassName
{
color: #99639C;
}
</style>
background-color css
<style>
a { background-color: #99639C; }
a { background-color: rgb(153,99,156); }
div.DivClassName
{
background-color: #99639C;
}
.BgClassName
{
background-color: #99639C;
}
</style>
border-color css
<style>
span { border-color: #99639C; }
span { border-color: rgb(153,99,156); }
td.TdClassName
{
border-color: #99639C;
}
.TagClassName
{
border-color: #99639C;
}
</style>