Shades of Violet Blue #96669B
Tints of Violet Blue #96669B
RGB
CMYK
RGB Variations
Color information
#96669B (or 0x96669B) is known color: Violet Blue. HEX triplet: 96, 66 and 9B. RGB value is (150,102,155). Sum of RGB (Red+Green+Blue) = 150+102+155=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #96669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669B is #699964. Grayscale: #7A7A7A. Windows color (decimal): -6920549 or 10184342. OLE color: 10184342.
HSL color Cylindrical-coordinate representation of color #96669B: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96669B is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 102 | 155 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.39 |
| HSL | 294.34º | 0.21% | 0.5% | - |
| HSV(B) | 294.34º | 0.34% | 0.61% | - |
| XYZ | 23.25 | 18.35 | 33.33 | - |
| YUV | 122.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 155 | 0.03 | 0.34 | 0 | 0.39 | 294.34 | 0.21 | 0.5 |
| Hex | 96 | 66 | 9B | 3 | 22 | 0 | 27 | 126 | 15 | 32 |
| Octal | 226 | 146 | 233 | 3 | 42 | 0 | 47 | 446 | 25 | 62 |
| Binary | 10010110 | 1100110 | 10011011 | 11 | 100010 | 0 | 100111 | 100100110 | 10101 | 110010 |
Color Harmonies of #96669B
Complementary color
Monochromatic Colors of #96669B
Black with #96669B
Text Example
Text Example
White with #96669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96669B; }
p { color: rgb(150,102,155); }
H1.HeaderClassName
{
color: #96669B;
}
.AnyTagClassName
{
color: #96669B;
}
</style>
background-color css
<style>
a { background-color: #96669B; }
a { background-color: rgb(150,102,155); }
div.DivClassName
{
background-color: #96669B;
}
.BgClassName
{
background-color: #96669B;
}
</style>
border-color css
<style>
span { border-color: #96669B; }
span { border-color: rgb(150,102,155); }
td.TdClassName
{
border-color: #96669B;
}
.TagClassName
{
border-color: #96669B;
}
</style>