Shades of Violet Blue #96509C
Tints of Violet Blue #96509C
RGB
CMYK
RGB Variations
Color information
#96509C (or 0x96509C) is known color: Violet Blue. HEX triplet: 96, 50 and 9C. RGB value is (150,80,156). Sum of RGB (Red+Green+Blue) = 150+80+156=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #96509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509C is #69AF63. Grayscale: #6D6D6D. Windows color (decimal): -6926180 or 10244246. OLE color: 10244246.
HSL color Cylindrical-coordinate representation of color #96509C: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96509C is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 80 | 156 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.39 |
| HSL | 295.26º | 0.32% | 0.46% | - |
| HSV(B) | 295.26º | 0.49% | 0.61% | - |
| XYZ | 21.45 | 14.62 | 33.14 | - |
| YUV | 109.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 156 | 0.04 | 0.49 | 0 | 0.39 | 295.26 | 0.32 | 0.46 |
| Hex | 96 | 50 | 9C | 4 | 31 | 0 | 27 | 127 | 20 | 2E |
| Octal | 226 | 120 | 234 | 4 | 61 | 0 | 47 | 447 | 40 | 56 |
| Binary | 10010110 | 1010000 | 10011100 | 100 | 110001 | 0 | 100111 | 100100111 | 100000 | 101110 |
Color Harmonies of #96509C
Complementary color
Monochromatic Colors of #96509C
Black with #96509C
Text Example
Text Example
White with #96509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96509C; }
p { color: rgb(150,80,156); }
H1.HeaderClassName
{
color: #96509C;
}
.AnyTagClassName
{
color: #96509C;
}
</style>
background-color css
<style>
a { background-color: #96509C; }
a { background-color: rgb(150,80,156); }
div.DivClassName
{
background-color: #96509C;
}
.BgClassName
{
background-color: #96509C;
}
</style>
border-color css
<style>
span { border-color: #96509C; }
span { border-color: rgb(150,80,156); }
td.TdClassName
{
border-color: #96509C;
}
.TagClassName
{
border-color: #96509C;
}
</style>