Shades of Violet Blue #99469A
Tints of Violet Blue #99469A
RGB
CMYK
RGB Variations
Color information
#99469A (or 0x99469A) is known color: Violet Blue. HEX triplet: 99, 46 and 9A. RGB value is (153,70,154). Sum of RGB (Red+Green+Blue) = 153+70+154=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #99469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99469A is #66B965. Grayscale: #686868. Windows color (decimal): -6732134 or 10110617. OLE color: 10110617.
HSL color Cylindrical-coordinate representation of color #99469A: hue angle of 299.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99469A is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 70 | 154 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.40 |
| HSL | 299.29º | 0.38% | 0.44% | - |
| HSV(B) | 299.29º | 0.55% | 0.6% | - |
| XYZ | 21.16 | 13.49 | 32.06 | - |
| YUV | 104.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 154 | 0.01 | 0.55 | 0 | 0.40 | 299.29 | 0.38 | 0.44 |
| Hex | 99 | 46 | 9A | 1 | 37 | 0 | 28 | 12B | 26 | 2C |
| Octal | 231 | 106 | 232 | 1 | 67 | 0 | 50 | 453 | 46 | 54 |
| Binary | 10011001 | 1000110 | 10011010 | 1 | 110111 | 0 | 101000 | 100101011 | 100110 | 101100 |
Color Harmonies of #99469A
Complementary color
Monochromatic Colors of #99469A
Black with #99469A
Text Example
Text Example
White with #99469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99469A; }
p { color: rgb(153,70,154); }
H1.HeaderClassName
{
color: #99469A;
}
.AnyTagClassName
{
color: #99469A;
}
</style>
background-color css
<style>
a { background-color: #99469A; }
a { background-color: rgb(153,70,154); }
div.DivClassName
{
background-color: #99469A;
}
.BgClassName
{
background-color: #99469A;
}
</style>
border-color css
<style>
span { border-color: #99469A; }
span { border-color: rgb(153,70,154); }
td.TdClassName
{
border-color: #99469A;
}
.TagClassName
{
border-color: #99469A;
}
</style>