Shades of Violet Blue #99449B
Tints of Violet Blue #99449B
RGB
CMYK
RGB Variations
Color information
#99449B (or 0x99449B) is known color: Violet Blue. HEX triplet: 99, 44 and 9B. RGB value is (153,68,155). Sum of RGB (Red+Green+Blue) = 153+68+155=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #99449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99449B is #66BB64. Grayscale: #676767. Windows color (decimal): -6732645 or 10175641. OLE color: 10175641.
HSL color Cylindrical-coordinate representation of color #99449B: hue angle of 298.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99449B is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 68 | 155 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.39 |
| HSL | 298.62º | 0.39% | 0.44% | - |
| HSV(B) | 298.62º | 0.56% | 0.61% | - |
| XYZ | 21.12 | 13.27 | 32.46 | - |
| YUV | 103.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 155 | 0.01 | 0.56 | 0 | 0.39 | 298.62 | 0.39 | 0.44 |
| Hex | 99 | 44 | 9B | 1 | 38 | 0 | 27 | 12B | 27 | 2C |
| Octal | 231 | 104 | 233 | 1 | 70 | 0 | 47 | 453 | 47 | 54 |
| Binary | 10011001 | 1000100 | 10011011 | 1 | 111000 | 0 | 100111 | 100101011 | 100111 | 101100 |
Color Harmonies of #99449B
Complementary color
Monochromatic Colors of #99449B
Black with #99449B
Text Example
Text Example
White with #99449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99449B; }
p { color: rgb(153,68,155); }
H1.HeaderClassName
{
color: #99449B;
}
.AnyTagClassName
{
color: #99449B;
}
</style>
background-color css
<style>
a { background-color: #99449B; }
a { background-color: rgb(153,68,155); }
div.DivClassName
{
background-color: #99449B;
}
.BgClassName
{
background-color: #99449B;
}
</style>
border-color css
<style>
span { border-color: #99449B; }
span { border-color: rgb(153,68,155); }
td.TdClassName
{
border-color: #99449B;
}
.TagClassName
{
border-color: #99449B;
}
</style>