Shades of Violet Blue #99459A
Tints of Violet Blue #99459A
RGB
CMYK
RGB Variations
Color information
#99459A (or 0x99459A) is known color: Violet Blue. HEX triplet: 99, 45 and 9A. RGB value is (153,69,154). Sum of RGB (Red+Green+Blue) = 153+69+154=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #99459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99459A is #66BA65. Grayscale: #676767. Windows color (decimal): -6732390 or 10110361. OLE color: 10110361.
HSL color Cylindrical-coordinate representation of color #99459A: 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 #99459A is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 69 | 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.1 | 13.36 | 32.04 | - |
| YUV | 103.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 154 | 0.01 | 0.55 | 0 | 0.40 | 299.29 | 0.38 | 0.44 |
| Hex | 99 | 45 | 9A | 1 | 37 | 0 | 28 | 12B | 26 | 2C |
| Octal | 231 | 105 | 232 | 1 | 67 | 0 | 50 | 453 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10011010 | 1 | 110111 | 0 | 101000 | 100101011 | 100110 | 101100 |
Color Harmonies of #99459A
Complementary color
Monochromatic Colors of #99459A
Black with #99459A
Text Example
Text Example
White with #99459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99459A; }
p { color: rgb(153,69,154); }
H1.HeaderClassName
{
color: #99459A;
}
.AnyTagClassName
{
color: #99459A;
}
</style>
background-color css
<style>
a { background-color: #99459A; }
a { background-color: rgb(153,69,154); }
div.DivClassName
{
background-color: #99459A;
}
.BgClassName
{
background-color: #99459A;
}
</style>
border-color css
<style>
span { border-color: #99459A; }
span { border-color: rgb(153,69,154); }
td.TdClassName
{
border-color: #99459A;
}
.TagClassName
{
border-color: #99459A;
}
</style>