Shades of Violet Blue #96679F
Tints of Violet Blue #96679F
RGB
CMYK
RGB Variations
Color information
#96679F (or 0x96679F) is known color: Violet Blue. HEX triplet: 96, 67 and 9F. RGB value is (150,103,159). Sum of RGB (Red+Green+Blue) = 150+103+159=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #96679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679F is #699860. Grayscale: #7B7B7B. Windows color (decimal): -6920289 or 10446742. OLE color: 10446742.
HSL color Cylindrical-coordinate representation of color #96679F: hue angle of 290.36º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96679F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 103 | 159 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.38 |
| HSL | 290.36º | 0.23% | 0.51% | - |
| HSV(B) | 290.36º | 0.35% | 0.62% | - |
| XYZ | 23.69 | 18.69 | 35.16 | - |
| YUV | 123.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 159 | 0.06 | 0.35 | 0 | 0.38 | 290.36 | 0.23 | 0.51 |
| Hex | 96 | 67 | 9F | 6 | 23 | 0 | 26 | 122 | 17 | 33 |
| Octal | 226 | 147 | 237 | 6 | 43 | 0 | 46 | 442 | 27 | 63 |
| Binary | 10010110 | 1100111 | 10011111 | 110 | 100011 | 0 | 100110 | 100100010 | 10111 | 110011 |
Color Harmonies of #96679F
Complementary color
Monochromatic Colors of #96679F
Black with #96679F
Text Example
Text Example
White with #96679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96679F; }
p { color: rgb(150,103,159); }
H1.HeaderClassName
{
color: #96679F;
}
.AnyTagClassName
{
color: #96679F;
}
</style>
background-color css
<style>
a { background-color: #96679F; }
a { background-color: rgb(150,103,159); }
div.DivClassName
{
background-color: #96679F;
}
.BgClassName
{
background-color: #96679F;
}
</style>
border-color css
<style>
span { border-color: #96679F; }
span { border-color: rgb(150,103,159); }
td.TdClassName
{
border-color: #96679F;
}
.TagClassName
{
border-color: #96679F;
}
</style>