Shades of Violet Blue #99489A
Tints of Violet Blue #99489A
RGB
CMYK
RGB Variations
Color information
#99489A (or 0x99489A) is known color: Violet Blue. HEX triplet: 99, 48 and 9A. RGB value is (153,72,154). Sum of RGB (Red+Green+Blue) = 153+72+154=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #99489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99489A is #66B765. Grayscale: #696969. Windows color (decimal): -6731622 or 10111129. OLE color: 10111129.
HSL color Cylindrical-coordinate representation of color #99489A: hue angle of 299.27º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99489A is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 72 | 154 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.40 |
| HSL | 299.27º | 0.36% | 0.44% | - |
| HSV(B) | 299.27º | 0.53% | 0.6% | - |
| XYZ | 21.29 | 13.74 | 32.1 | - |
| YUV | 105.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 154 | 0.01 | 0.53 | 0 | 0.40 | 299.27 | 0.36 | 0.44 |
| Hex | 99 | 48 | 9A | 1 | 35 | 0 | 28 | 12B | 24 | 2C |
| Octal | 231 | 110 | 232 | 1 | 65 | 0 | 50 | 453 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10011010 | 1 | 110101 | 0 | 101000 | 100101011 | 100100 | 101100 |
Color Harmonies of #99489A
Complementary color
Monochromatic Colors of #99489A
Black with #99489A
Text Example
Text Example
White with #99489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99489A; }
p { color: rgb(153,72,154); }
H1.HeaderClassName
{
color: #99489A;
}
.AnyTagClassName
{
color: #99489A;
}
</style>
background-color css
<style>
a { background-color: #99489A; }
a { background-color: rgb(153,72,154); }
div.DivClassName
{
background-color: #99489A;
}
.BgClassName
{
background-color: #99489A;
}
</style>
border-color css
<style>
span { border-color: #99489A; }
span { border-color: rgb(153,72,154); }
td.TdClassName
{
border-color: #99489A;
}
.TagClassName
{
border-color: #99489A;
}
</style>