Shades of Violet Blue #99449A
Tints of Violet Blue #99449A
RGB
CMYK
RGB Variations
Color information
#99449A (or 0x99449A) is known color: Violet Blue. HEX triplet: 99, 44 and 9A. RGB value is (153,68,154). Sum of RGB (Red+Green+Blue) = 153+68+154=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #99449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99449A is #66BB65. Grayscale: #666666. Windows color (decimal): -6732646 or 10110105. OLE color: 10110105.
HSL color Cylindrical-coordinate representation of color #99449A: hue angle of 299.3º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99449A is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 68 | 154 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.40 |
| HSL | 299.3º | 0.39% | 0.44% | - |
| HSV(B) | 299.3º | 0.56% | 0.6% | - |
| XYZ | 21.04 | 13.24 | 32.02 | - |
| YUV | 103.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 154 | 0.01 | 0.56 | 0 | 0.40 | 299.3 | 0.39 | 0.44 |
| Hex | 99 | 44 | 9A | 1 | 38 | 0 | 28 | 12B | 27 | 2C |
| Octal | 231 | 104 | 232 | 1 | 70 | 0 | 50 | 453 | 47 | 54 |
| Binary | 10011001 | 1000100 | 10011010 | 1 | 111000 | 0 | 101000 | 100101011 | 100111 | 101100 |
Color Harmonies of #99449A
Complementary color
Monochromatic Colors of #99449A
Black with #99449A
Text Example
Text Example
White with #99449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99449A; }
p { color: rgb(153,68,154); }
H1.HeaderClassName
{
color: #99449A;
}
.AnyTagClassName
{
color: #99449A;
}
</style>
background-color css
<style>
a { background-color: #99449A; }
a { background-color: rgb(153,68,154); }
div.DivClassName
{
background-color: #99449A;
}
.BgClassName
{
background-color: #99449A;
}
</style>
border-color css
<style>
span { border-color: #99449A; }
span { border-color: rgb(153,68,154); }
td.TdClassName
{
border-color: #99449A;
}
.TagClassName
{
border-color: #99449A;
}
</style>