Shades of Violet Blue #99769C
Tints of Violet Blue #99769C
RGB
CMYK
RGB Variations
Color information
#99769C (or 0x99769C) is known color: Violet Blue. HEX triplet: 99, 76 and 9C. RGB value is (153,118,156). Sum of RGB (Red+Green+Blue) = 153+118+156=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #99769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769C is #668963. Grayscale: #848484. Windows color (decimal): -6719844 or 10253977. OLE color: 10253977.
HSL color Cylindrical-coordinate representation of color #99769C: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99769C is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 118 | 156 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.39 |
| HSL | 295.26º | 0.16% | 0.54% | - |
| HSV(B) | 295.26º | 0.24% | 0.61% | - |
| XYZ | 25.62 | 22.13 | 34.37 | - |
| YUV | 132.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 156 | 0.02 | 0.24 | 0 | 0.39 | 295.26 | 0.16 | 0.54 |
| Hex | 99 | 76 | 9C | 2 | 18 | 0 | 27 | 127 | 10 | 36 |
| Octal | 231 | 166 | 234 | 2 | 30 | 0 | 47 | 447 | 20 | 66 |
| Binary | 10011001 | 1110110 | 10011100 | 10 | 11000 | 0 | 100111 | 100100111 | 10000 | 110110 |
Color Harmonies of #99769C
Complementary color
Monochromatic Colors of #99769C
Black with #99769C
Text Example
Text Example
White with #99769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99769C; }
p { color: rgb(153,118,156); }
H1.HeaderClassName
{
color: #99769C;
}
.AnyTagClassName
{
color: #99769C;
}
</style>
background-color css
<style>
a { background-color: #99769C; }
a { background-color: rgb(153,118,156); }
div.DivClassName
{
background-color: #99769C;
}
.BgClassName
{
background-color: #99769C;
}
</style>
border-color css
<style>
span { border-color: #99769C; }
span { border-color: rgb(153,118,156); }
td.TdClassName
{
border-color: #99769C;
}
.TagClassName
{
border-color: #99769C;
}
</style>