Shades of Violet Blue #99508B
Tints of Violet Blue #99508B
RGB
CMYK
RGB Variations
Color information
#99508B (or 0x99508B) is known color: Violet Blue. HEX triplet: 99, 50 and 8B. RGB value is (153,80,139). Sum of RGB (Red+Green+Blue) = 153+80+139=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #99508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99508B is #66AF74. Grayscale: #6C6C6C. Windows color (decimal): -6729589 or 9130137. OLE color: 9130137.
HSL color Cylindrical-coordinate representation of color #99508B: hue angle of 311.51º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99508B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 139 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.4 |
| HSL | 311.51º | 0.31% | 0.46% | - |
| HSV(B) | 311.51º | 0.48% | 0.6% | - |
| XYZ | 20.67 | 14.37 | 26.11 | - |
| YUV | 108.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 139 | 0 | 0.48 | 0.09 | 0.4 | 311.51 | 0.31 | 0.46 |
| Hex | 99 | 50 | 8B | 0 | 30 | 9 | 28 | 138 | 1F | 2E |
| Octal | 231 | 120 | 213 | 0 | 60 | 11 | 50 | 470 | 37 | 56 |
| Binary | 10011001 | 1010000 | 10001011 | 0 | 110000 | 1001 | 101000 | 100111000 | 11111 | 101110 |
Color Harmonies of #99508B
Complementary color
Monochromatic Colors of #99508B
Black with #99508B
Text Example
Text Example
White with #99508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99508B; }
p { color: rgb(153,80,139); }
H1.HeaderClassName
{
color: #99508B;
}
.AnyTagClassName
{
color: #99508B;
}
</style>
background-color css
<style>
a { background-color: #99508B; }
a { background-color: rgb(153,80,139); }
div.DivClassName
{
background-color: #99508B;
}
.BgClassName
{
background-color: #99508B;
}
</style>
border-color css
<style>
span { border-color: #99508B; }
span { border-color: rgb(153,80,139); }
td.TdClassName
{
border-color: #99508B;
}
.TagClassName
{
border-color: #99508B;
}
</style>