Shades of Violet Blue #99468C
Tints of Violet Blue #99468C
RGB
CMYK
RGB Variations
Color information
#99468C (or 0x99468C) is known color: Violet Blue. HEX triplet: 99, 46 and 8C. RGB value is (153,70,140). Sum of RGB (Red+Green+Blue) = 153+70+140=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99468C is #66B973. Grayscale: #666666. Windows color (decimal): -6732148 or 9193113. OLE color: 9193113.
HSL color Cylindrical-coordinate representation of color #99468C: hue angle of 309.4º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99468C is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 140 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.4 |
| HSL | 309.4º | 0.37% | 0.44% | - |
| HSV(B) | 309.4º | 0.54% | 0.6% | - |
| XYZ | 20.06 | 13.05 | 26.27 | - |
| YUV | 102.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 140 | 0 | 0.54 | 0.08 | 0.4 | 309.4 | 0.37 | 0.44 |
| Hex | 99 | 46 | 8C | 0 | 36 | 8 | 28 | 135 | 25 | 2C |
| Octal | 231 | 106 | 214 | 0 | 66 | 10 | 50 | 465 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10001100 | 0 | 110110 | 1000 | 101000 | 100110101 | 100101 | 101100 |
Color Harmonies of #99468C
Complementary color
Monochromatic Colors of #99468C
Black with #99468C
Text Example
Text Example
White with #99468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99468C; }
p { color: rgb(153,70,140); }
H1.HeaderClassName
{
color: #99468C;
}
.AnyTagClassName
{
color: #99468C;
}
</style>
background-color css
<style>
a { background-color: #99468C; }
a { background-color: rgb(153,70,140); }
div.DivClassName
{
background-color: #99468C;
}
.BgClassName
{
background-color: #99468C;
}
</style>
border-color css
<style>
span { border-color: #99468C; }
span { border-color: rgb(153,70,140); }
td.TdClassName
{
border-color: #99468C;
}
.TagClassName
{
border-color: #99468C;
}
</style>