Shades of Violet Blue #99459B
Tints of Violet Blue #99459B
RGB
CMYK
RGB Variations
Color information
#99459B (or 0x99459B) is known color: Violet Blue. HEX triplet: 99, 45 and 9B. RGB value is (153,69,155). Sum of RGB (Red+Green+Blue) = 153+69+155=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #99459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99459B is #66BA64. Grayscale: #676767. Windows color (decimal): -6732389 or 10175897. OLE color: 10175897.
HSL color Cylindrical-coordinate representation of color #99459B: hue angle of 298.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99459B is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 69 | 155 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.39 |
| HSL | 298.6º | 0.38% | 0.44% | - |
| HSV(B) | 298.6º | 0.55% | 0.61% | - |
| XYZ | 21.18 | 13.4 | 32.48 | - |
| YUV | 103.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 155 | 0.01 | 0.55 | 0 | 0.39 | 298.6 | 0.38 | 0.44 |
| Hex | 99 | 45 | 9B | 1 | 37 | 0 | 27 | 12B | 26 | 2C |
| Octal | 231 | 105 | 233 | 1 | 67 | 0 | 47 | 453 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10011011 | 1 | 110111 | 0 | 100111 | 100101011 | 100110 | 101100 |
Color Harmonies of #99459B
Complementary color
Monochromatic Colors of #99459B
Black with #99459B
Text Example
Text Example
White with #99459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99459B; }
p { color: rgb(153,69,155); }
H1.HeaderClassName
{
color: #99459B;
}
.AnyTagClassName
{
color: #99459B;
}
</style>
background-color css
<style>
a { background-color: #99459B; }
a { background-color: rgb(153,69,155); }
div.DivClassName
{
background-color: #99459B;
}
.BgClassName
{
background-color: #99459B;
}
</style>
border-color css
<style>
span { border-color: #99459B; }
span { border-color: rgb(153,69,155); }
td.TdClassName
{
border-color: #99459B;
}
.TagClassName
{
border-color: #99459B;
}
</style>