Shades of Violet Blue #99418C
Tints of Violet Blue #99418C
RGB
CMYK
RGB Variations
Color information
#99418C (or 0x99418C) is known color: Violet Blue. HEX triplet: 99, 41 and 8C. RGB value is (153,65,140). Sum of RGB (Red+Green+Blue) = 153+65+140=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99418C is #66BE73. Grayscale: #636363. Windows color (decimal): -6733428 or 9191833. OLE color: 9191833.
HSL color Cylindrical-coordinate representation of color #99418C: hue angle of 308.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99418C is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 140 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.4 |
| HSL | 308.86º | 0.4% | 0.43% | - |
| HSV(B) | 308.86º | 0.58% | 0.6% | - |
| XYZ | 19.76 | 12.45 | 26.17 | - |
| YUV | 99.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 140 | 0 | 0.58 | 0.08 | 0.4 | 308.86 | 0.4 | 0.43 |
| Hex | 99 | 41 | 8C | 0 | 3A | 8 | 28 | 135 | 28 | 2B |
| Octal | 231 | 101 | 214 | 0 | 72 | 10 | 50 | 465 | 50 | 53 |
| Binary | 10011001 | 1000001 | 10001100 | 0 | 111010 | 1000 | 101000 | 100110101 | 101000 | 101011 |
Color Harmonies of #99418C
Complementary color
Monochromatic Colors of #99418C
Black with #99418C
Text Example
Text Example
White with #99418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99418C; }
p { color: rgb(153,65,140); }
H1.HeaderClassName
{
color: #99418C;
}
.AnyTagClassName
{
color: #99418C;
}
</style>
background-color css
<style>
a { background-color: #99418C; }
a { background-color: rgb(153,65,140); }
div.DivClassName
{
background-color: #99418C;
}
.BgClassName
{
background-color: #99418C;
}
</style>
border-color css
<style>
span { border-color: #99418C; }
span { border-color: rgb(153,65,140); }
td.TdClassName
{
border-color: #99418C;
}
.TagClassName
{
border-color: #99418C;
}
</style>