Shades of Violet Blue #99409F
Tints of Violet Blue #99409F
RGB
CMYK
RGB Variations
Color information
#99409F (or 0x99409F) is known color: Violet Blue. HEX triplet: 99, 40 and 9F. RGB value is (153,64,159). Sum of RGB (Red+Green+Blue) = 153+64+159=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #99409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99409F is #66BF60. Grayscale: #656565. Windows color (decimal): -6733665 or 10436761. OLE color: 10436761.
HSL color Cylindrical-coordinate representation of color #99409F: hue angle of 296.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99409F is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 64 | 159 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.38 |
| HSL | 296.21º | 0.43% | 0.44% | - |
| HSV(B) | 296.21º | 0.6% | 0.62% | - |
| XYZ | 21.23 | 12.94 | 34.18 | - |
| YUV | 101.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 159 | 0.04 | 0.60 | 0 | 0.38 | 296.21 | 0.43 | 0.44 |
| Hex | 99 | 40 | 9F | 4 | 3C | 0 | 26 | 128 | 2B | 2C |
| Octal | 231 | 100 | 237 | 4 | 74 | 0 | 46 | 450 | 53 | 54 |
| Binary | 10011001 | 1000000 | 10011111 | 100 | 111100 | 0 | 100110 | 100101000 | 101011 | 101100 |
Color Harmonies of #99409F
Complementary color
Monochromatic Colors of #99409F
Black with #99409F
Text Example
Text Example
White with #99409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99409F; }
p { color: rgb(153,64,159); }
H1.HeaderClassName
{
color: #99409F;
}
.AnyTagClassName
{
color: #99409F;
}
</style>
background-color css
<style>
a { background-color: #99409F; }
a { background-color: rgb(153,64,159); }
div.DivClassName
{
background-color: #99409F;
}
.BgClassName
{
background-color: #99409F;
}
</style>
border-color css
<style>
span { border-color: #99409F; }
span { border-color: rgb(153,64,159); }
td.TdClassName
{
border-color: #99409F;
}
.TagClassName
{
border-color: #99409F;
}
</style>