Shades of Violet Blue #964A8C
Tints of Violet Blue #964A8C
RGB
CMYK
RGB Variations
Color information
#964A8C (or 0x964A8C) is known color: Violet Blue. HEX triplet: 96, 4A and 8C. RGB value is (150,74,140). Sum of RGB (Red+Green+Blue) = 150+74+140=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A8C is #69B573. Grayscale: #686868. Windows color (decimal): -6927732 or 9194134. OLE color: 9194134.
HSL color Cylindrical-coordinate representation of color #964A8C: hue angle of 307.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A8C is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 140 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.41 |
| HSL | 307.89º | 0.34% | 0.44% | - |
| HSV(B) | 307.89º | 0.51% | 0.59% | - |
| XYZ | 19.76 | 13.28 | 26.33 | - |
| YUV | 104.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 140 | 0 | 0.51 | 0.07 | 0.41 | 307.89 | 0.34 | 0.44 |
| Hex | 96 | 4A | 8C | 0 | 33 | 7 | 29 | 134 | 22 | 2C |
| Octal | 226 | 112 | 214 | 0 | 63 | 7 | 51 | 464 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10001100 | 0 | 110011 | 111 | 101001 | 100110100 | 100010 | 101100 |
Color Harmonies of #964A8C
Complementary color
Monochromatic Colors of #964A8C
Black with #964A8C
Text Example
Text Example
White with #964A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A8C; }
p { color: rgb(150,74,140); }
H1.HeaderClassName
{
color: #964A8C;
}
.AnyTagClassName
{
color: #964A8C;
}
</style>
background-color css
<style>
a { background-color: #964A8C; }
a { background-color: rgb(150,74,140); }
div.DivClassName
{
background-color: #964A8C;
}
.BgClassName
{
background-color: #964A8C;
}
</style>
border-color css
<style>
span { border-color: #964A8C; }
span { border-color: rgb(150,74,140); }
td.TdClassName
{
border-color: #964A8C;
}
.TagClassName
{
border-color: #964A8C;
}
</style>