Shades of Violet Blue #964E8E
Tints of Violet Blue #964E8E
RGB
CMYK
RGB Variations
Color information
#964E8E (or 0x964E8E) is known color: Violet Blue. HEX triplet: 96, 4E and 8E. RGB value is (150,78,142). Sum of RGB (Red+Green+Blue) = 150+78+142=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E8E is #69B171. Grayscale: #6A6A6A. Windows color (decimal): -6926706 or 9326230. OLE color: 9326230.
HSL color Cylindrical-coordinate representation of color #964E8E: hue angle of 306.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E8E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 142 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.41 |
| HSL | 306.67º | 0.32% | 0.45% | - |
| HSV(B) | 306.67º | 0.48% | 0.59% | - |
| XYZ | 20.18 | 13.89 | 27.21 | - |
| YUV | 106.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 142 | 0 | 0.48 | 0.05 | 0.41 | 306.67 | 0.32 | 0.45 |
| Hex | 96 | 4E | 8E | 0 | 30 | 5 | 29 | 133 | 20 | 2D |
| Octal | 226 | 116 | 216 | 0 | 60 | 5 | 51 | 463 | 40 | 55 |
| Binary | 10010110 | 1001110 | 10001110 | 0 | 110000 | 101 | 101001 | 100110011 | 100000 | 101101 |
Color Harmonies of #964E8E
Complementary color
Monochromatic Colors of #964E8E
Black with #964E8E
Text Example
Text Example
White with #964E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E8E; }
p { color: rgb(150,78,142); }
H1.HeaderClassName
{
color: #964E8E;
}
.AnyTagClassName
{
color: #964E8E;
}
</style>
background-color css
<style>
a { background-color: #964E8E; }
a { background-color: rgb(150,78,142); }
div.DivClassName
{
background-color: #964E8E;
}
.BgClassName
{
background-color: #964E8E;
}
</style>
border-color css
<style>
span { border-color: #964E8E; }
span { border-color: rgb(150,78,142); }
td.TdClassName
{
border-color: #964E8E;
}
.TagClassName
{
border-color: #964E8E;
}
</style>