Shades of Violet Blue #99439C
Tints of Violet Blue #99439C
RGB
CMYK
RGB Variations
Color information
#99439C (or 0x99439C) is known color: Violet Blue. HEX triplet: 99, 43 and 9C. RGB value is (153,67,156). Sum of RGB (Red+Green+Blue) = 153+67+156=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #99439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99439C is #66BC63. Grayscale: #666666. Windows color (decimal): -6732900 or 10240921. OLE color: 10240921.
HSL color Cylindrical-coordinate representation of color #99439C: hue angle of 297.98º 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 #99439C is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 67 | 156 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.39 |
| HSL | 297.98º | 0.4% | 0.44% | - |
| HSV(B) | 297.98º | 0.57% | 0.61% | - |
| XYZ | 21.14 | 13.19 | 32.88 | - |
| YUV | 102.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 156 | 0.02 | 0.57 | 0 | 0.39 | 297.98 | 0.4 | 0.44 |
| Hex | 99 | 43 | 9C | 2 | 39 | 0 | 27 | 12A | 28 | 2C |
| Octal | 231 | 103 | 234 | 2 | 71 | 0 | 47 | 452 | 50 | 54 |
| Binary | 10011001 | 1000011 | 10011100 | 10 | 111001 | 0 | 100111 | 100101010 | 101000 | 101100 |
Color Harmonies of #99439C
Complementary color
Monochromatic Colors of #99439C
Black with #99439C
Text Example
Text Example
White with #99439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99439C; }
p { color: rgb(153,67,156); }
H1.HeaderClassName
{
color: #99439C;
}
.AnyTagClassName
{
color: #99439C;
}
</style>
background-color css
<style>
a { background-color: #99439C; }
a { background-color: rgb(153,67,156); }
div.DivClassName
{
background-color: #99439C;
}
.BgClassName
{
background-color: #99439C;
}
</style>
border-color css
<style>
span { border-color: #99439C; }
span { border-color: rgb(153,67,156); }
td.TdClassName
{
border-color: #99439C;
}
.TagClassName
{
border-color: #99439C;
}
</style>