Shades of Violet Blue #96669C
Tints of Violet Blue #96669C
RGB
CMYK
RGB Variations
Color information
#96669C (or 0x96669C) is known color: Violet Blue. HEX triplet: 96, 66 and 9C. RGB value is (150,102,156). Sum of RGB (Red+Green+Blue) = 150+102+156=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #96669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669C is #699963. Grayscale: #7A7A7A. Windows color (decimal): -6920548 or 10249878. OLE color: 10249878.
HSL color Cylindrical-coordinate representation of color #96669C: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96669C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 102 | 156 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.39 |
| HSL | 293.33º | 0.21% | 0.51% | - |
| HSV(B) | 293.33º | 0.35% | 0.61% | - |
| XYZ | 23.33 | 18.39 | 33.77 | - |
| YUV | 122.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 156 | 0.04 | 0.35 | 0 | 0.39 | 293.33 | 0.21 | 0.51 |
| Hex | 96 | 66 | 9C | 4 | 23 | 0 | 27 | 125 | 15 | 33 |
| Octal | 226 | 146 | 234 | 4 | 43 | 0 | 47 | 445 | 25 | 63 |
| Binary | 10010110 | 1100110 | 10011100 | 100 | 100011 | 0 | 100111 | 100100101 | 10101 | 110011 |
Color Harmonies of #96669C
Complementary color
Monochromatic Colors of #96669C
Black with #96669C
Text Example
Text Example
White with #96669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96669C; }
p { color: rgb(150,102,156); }
H1.HeaderClassName
{
color: #96669C;
}
.AnyTagClassName
{
color: #96669C;
}
</style>
background-color css
<style>
a { background-color: #96669C; }
a { background-color: rgb(150,102,156); }
div.DivClassName
{
background-color: #96669C;
}
.BgClassName
{
background-color: #96669C;
}
</style>
border-color css
<style>
span { border-color: #96669C; }
span { border-color: rgb(150,102,156); }
td.TdClassName
{
border-color: #96669C;
}
.TagClassName
{
border-color: #96669C;
}
</style>