Shades of Violet Blue #964C8C
Tints of Violet Blue #964C8C
RGB
CMYK
RGB Variations
Color information
#964C8C (or 0x964C8C) is known color: Violet Blue. HEX triplet: 96, 4C and 8C. RGB value is (150,76,140). Sum of RGB (Red+Green+Blue) = 150+76+140=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C8C is #69B373. Grayscale: #696969. Windows color (decimal): -6927220 or 9194646. OLE color: 9194646.
HSL color Cylindrical-coordinate representation of color #964C8C: hue angle of 308.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C8C is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 140 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.41 |
| HSL | 308.11º | 0.33% | 0.44% | - |
| HSV(B) | 308.11º | 0.49% | 0.59% | - |
| XYZ | 19.9 | 13.55 | 26.38 | - |
| YUV | 105.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 140 | 0 | 0.49 | 0.07 | 0.41 | 308.11 | 0.33 | 0.44 |
| Hex | 96 | 4C | 8C | 0 | 31 | 7 | 29 | 134 | 21 | 2C |
| Octal | 226 | 114 | 214 | 0 | 61 | 7 | 51 | 464 | 41 | 54 |
| Binary | 10010110 | 1001100 | 10001100 | 0 | 110001 | 111 | 101001 | 100110100 | 100001 | 101100 |
Color Harmonies of #964C8C
Complementary color
Monochromatic Colors of #964C8C
Black with #964C8C
Text Example
Text Example
White with #964C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C8C; }
p { color: rgb(150,76,140); }
H1.HeaderClassName
{
color: #964C8C;
}
.AnyTagClassName
{
color: #964C8C;
}
</style>
background-color css
<style>
a { background-color: #964C8C; }
a { background-color: rgb(150,76,140); }
div.DivClassName
{
background-color: #964C8C;
}
.BgClassName
{
background-color: #964C8C;
}
</style>
border-color css
<style>
span { border-color: #964C8C; }
span { border-color: rgb(150,76,140); }
td.TdClassName
{
border-color: #964C8C;
}
.TagClassName
{
border-color: #964C8C;
}
</style>