Shades of Violet Blue #99469D
Tints of Violet Blue #99469D
RGB
CMYK
RGB Variations
Color information
#99469D (or 0x99469D) is known color: Violet Blue. HEX triplet: 99, 46 and 9D. RGB value is (153,70,157). Sum of RGB (Red+Green+Blue) = 153+70+157=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #99469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99469D is #66B962. Grayscale: #686868. Windows color (decimal): -6732131 or 10307225. OLE color: 10307225.
HSL color Cylindrical-coordinate representation of color #99469D: hue angle of 297.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99469D is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 70 | 157 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.38 |
| HSL | 297.24º | 0.38% | 0.45% | - |
| HSV(B) | 297.24º | 0.55% | 0.62% | - |
| XYZ | 21.41 | 13.59 | 33.39 | - |
| YUV | 104.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 157 | 0.03 | 0.55 | 0 | 0.38 | 297.24 | 0.38 | 0.45 |
| Hex | 99 | 46 | 9D | 3 | 37 | 0 | 26 | 129 | 26 | 2D |
| Octal | 231 | 106 | 235 | 3 | 67 | 0 | 46 | 451 | 46 | 55 |
| Binary | 10011001 | 1000110 | 10011101 | 11 | 110111 | 0 | 100110 | 100101001 | 100110 | 101101 |
Color Harmonies of #99469D
Complementary color
Monochromatic Colors of #99469D
Black with #99469D
Text Example
Text Example
White with #99469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99469D; }
p { color: rgb(153,70,157); }
H1.HeaderClassName
{
color: #99469D;
}
.AnyTagClassName
{
color: #99469D;
}
</style>
background-color css
<style>
a { background-color: #99469D; }
a { background-color: rgb(153,70,157); }
div.DivClassName
{
background-color: #99469D;
}
.BgClassName
{
background-color: #99469D;
}
</style>
border-color css
<style>
span { border-color: #99469D; }
span { border-color: rgb(153,70,157); }
td.TdClassName
{
border-color: #99469D;
}
.TagClassName
{
border-color: #99469D;
}
</style>