Shades of Violet Blue #99508C
Tints of Violet Blue #99508C
RGB
CMYK
RGB Variations
Color information
#99508C (or 0x99508C) is known color: Violet Blue. HEX triplet: 99, 50 and 8C. RGB value is (153,80,140). Sum of RGB (Red+Green+Blue) = 153+80+140=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99508C is #66AF73. Grayscale: #6C6C6C. Windows color (decimal): -6729588 or 9195673. OLE color: 9195673.
HSL color Cylindrical-coordinate representation of color #99508C: hue angle of 310.68º 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 #99508C is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 140 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.4 |
| HSL | 310.68º | 0.31% | 0.46% | - |
| HSV(B) | 310.68º | 0.48% | 0.6% | - |
| XYZ | 20.74 | 14.4 | 26.5 | - |
| YUV | 108.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 140 | 0 | 0.48 | 0.08 | 0.4 | 310.68 | 0.31 | 0.46 |
| Hex | 99 | 50 | 8C | 0 | 30 | 8 | 28 | 137 | 1F | 2E |
| Octal | 231 | 120 | 214 | 0 | 60 | 10 | 50 | 467 | 37 | 56 |
| Binary | 10011001 | 1010000 | 10001100 | 0 | 110000 | 1000 | 101000 | 100110111 | 11111 | 101110 |
Color Harmonies of #99508C
Complementary color
Monochromatic Colors of #99508C
Black with #99508C
Text Example
Text Example
White with #99508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99508C; }
p { color: rgb(153,80,140); }
H1.HeaderClassName
{
color: #99508C;
}
.AnyTagClassName
{
color: #99508C;
}
</style>
background-color css
<style>
a { background-color: #99508C; }
a { background-color: rgb(153,80,140); }
div.DivClassName
{
background-color: #99508C;
}
.BgClassName
{
background-color: #99508C;
}
</style>
border-color css
<style>
span { border-color: #99508C; }
span { border-color: rgb(153,80,140); }
td.TdClassName
{
border-color: #99508C;
}
.TagClassName
{
border-color: #99508C;
}
</style>