Shades of Violet Blue #99439B
Tints of Violet Blue #99439B
RGB
CMYK
RGB Variations
Color information
#99439B (or 0x99439B) is known color: Violet Blue. HEX triplet: 99, 43 and 9B. RGB value is (153,67,155). Sum of RGB (Red+Green+Blue) = 153+67+155=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #99439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99439B is #66BC64. Grayscale: #666666. Windows color (decimal): -6732901 or 10175385. OLE color: 10175385.
HSL color Cylindrical-coordinate representation of color #99439B: hue angle of 298.64º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99439B is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 67 | 155 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.39 |
| HSL | 298.64º | 0.4% | 0.44% | - |
| HSV(B) | 298.64º | 0.57% | 0.61% | - |
| XYZ | 21.06 | 13.15 | 32.44 | - |
| YUV | 102.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 155 | 0.01 | 0.57 | 0 | 0.39 | 298.64 | 0.4 | 0.44 |
| Hex | 99 | 43 | 9B | 1 | 39 | 0 | 27 | 12B | 28 | 2C |
| Octal | 231 | 103 | 233 | 1 | 71 | 0 | 47 | 453 | 50 | 54 |
| Binary | 10011001 | 1000011 | 10011011 | 1 | 111001 | 0 | 100111 | 100101011 | 101000 | 101100 |
Color Harmonies of #99439B
Complementary color
Monochromatic Colors of #99439B
Black with #99439B
Text Example
Text Example
White with #99439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99439B; }
p { color: rgb(153,67,155); }
H1.HeaderClassName
{
color: #99439B;
}
.AnyTagClassName
{
color: #99439B;
}
</style>
background-color css
<style>
a { background-color: #99439B; }
a { background-color: rgb(153,67,155); }
div.DivClassName
{
background-color: #99439B;
}
.BgClassName
{
background-color: #99439B;
}
</style>
border-color css
<style>
span { border-color: #99439B; }
span { border-color: rgb(153,67,155); }
td.TdClassName
{
border-color: #99439B;
}
.TagClassName
{
border-color: #99439B;
}
</style>