Shades of Violet Blue #99528C
Tints of Violet Blue #99528C
RGB
CMYK
RGB Variations
Color information
#99528C (or 0x99528C) is known color: Violet Blue. HEX triplet: 99, 52 and 8C. RGB value is (153,82,140). Sum of RGB (Red+Green+Blue) = 153+82+140=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99528C is #66AD73. Grayscale: #6D6D6D. Windows color (decimal): -6729076 or 9196185. OLE color: 9196185.
HSL color Cylindrical-coordinate representation of color #99528C: hue angle of 310.99º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99528C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 140 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.4 |
| HSL | 310.99º | 0.3% | 0.46% | - |
| HSV(B) | 310.99º | 0.46% | 0.6% | - |
| XYZ | 20.89 | 14.7 | 26.55 | - |
| YUV | 109.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 140 | 0 | 0.46 | 0.08 | 0.4 | 310.99 | 0.3 | 0.46 |
| Hex | 99 | 52 | 8C | 0 | 2E | 8 | 28 | 137 | 1E | 2E |
| Octal | 231 | 122 | 214 | 0 | 56 | 10 | 50 | 467 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10001100 | 0 | 101110 | 1000 | 101000 | 100110111 | 11110 | 101110 |
Color Harmonies of #99528C
Complementary color
Monochromatic Colors of #99528C
Black with #99528C
Text Example
Text Example
White with #99528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99528C; }
p { color: rgb(153,82,140); }
H1.HeaderClassName
{
color: #99528C;
}
.AnyTagClassName
{
color: #99528C;
}
</style>
background-color css
<style>
a { background-color: #99528C; }
a { background-color: rgb(153,82,140); }
div.DivClassName
{
background-color: #99528C;
}
.BgClassName
{
background-color: #99528C;
}
</style>
border-color css
<style>
span { border-color: #99528C; }
span { border-color: rgb(153,82,140); }
td.TdClassName
{
border-color: #99528C;
}
.TagClassName
{
border-color: #99528C;
}
</style>