Shades of Violet Blue #96469C
Tints of Violet Blue #96469C
RGB
CMYK
RGB Variations
Color information
#96469C (or 0x96469C) is known color: Violet Blue. HEX triplet: 96, 46 and 9C. RGB value is (150,70,156). Sum of RGB (Red+Green+Blue) = 150+70+156=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 70 (27.73% from 255 or 18.62% 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 #96469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469C is #69B963. Grayscale: #676767. Windows color (decimal): -6928740 or 10241686. OLE color: 10241686.
HSL color Cylindrical-coordinate representation of color #96469C: hue angle of 295.81º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96469C is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 70 | 156 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.39 |
| HSL | 295.81º | 0.38% | 0.44% | - |
| HSV(B) | 295.81º | 0.55% | 0.61% | - |
| XYZ | 20.77 | 13.26 | 32.92 | - |
| YUV | 103.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 156 | 0.04 | 0.55 | 0 | 0.39 | 295.81 | 0.38 | 0.44 |
| Hex | 96 | 46 | 9C | 4 | 37 | 0 | 27 | 128 | 26 | 2C |
| Octal | 226 | 106 | 234 | 4 | 67 | 0 | 47 | 450 | 46 | 54 |
| Binary | 10010110 | 1000110 | 10011100 | 100 | 110111 | 0 | 100111 | 100101000 | 100110 | 101100 |
Color Harmonies of #96469C
Complementary color
Monochromatic Colors of #96469C
Black with #96469C
Text Example
Text Example
White with #96469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96469C; }
p { color: rgb(150,70,156); }
H1.HeaderClassName
{
color: #96469C;
}
.AnyTagClassName
{
color: #96469C;
}
</style>
background-color css
<style>
a { background-color: #96469C; }
a { background-color: rgb(150,70,156); }
div.DivClassName
{
background-color: #96469C;
}
.BgClassName
{
background-color: #96469C;
}
</style>
border-color css
<style>
span { border-color: #96469C; }
span { border-color: rgb(150,70,156); }
td.TdClassName
{
border-color: #96469C;
}
.TagClassName
{
border-color: #96469C;
}
</style>