Shades of Violet Blue #964EA4
Tints of Violet Blue #964EA4
RGB
CMYK
RGB Variations
Color information
#964EA4 (or 0x964EA4) is known color: Violet Blue. HEX triplet: 96, 4E and A4. RGB value is (150,78,164). Sum of RGB (Red+Green+Blue) = 150+78+164=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #964EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964EA4 is #69B15B. Grayscale: #6D6D6D. Windows color (decimal): -6926684 or 10768022. OLE color: 10768022.
HSL color Cylindrical-coordinate representation of color #964EA4: hue angle of 290.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964EA4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 78 | 164 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.36 |
| HSL | 290.23º | 0.36% | 0.47% | - |
| HSV(B) | 290.23º | 0.52% | 0.64% | - |
| XYZ | 22 | 14.61 | 36.78 | - |
| YUV | 109.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 164 | 0.09 | 0.52 | 0 | 0.36 | 290.23 | 0.36 | 0.47 |
| Hex | 96 | 4E | A4 | 9 | 34 | 0 | 24 | 122 | 24 | 2F |
| Octal | 226 | 116 | 244 | 11 | 64 | 0 | 44 | 442 | 44 | 57 |
| Binary | 10010110 | 1001110 | 10100100 | 1001 | 110100 | 0 | 100100 | 100100010 | 100100 | 101111 |
Color Harmonies of #964EA4
Complementary color
Monochromatic Colors of #964EA4
Black with #964EA4
Text Example
Text Example
White with #964EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EA4; }
p { color: rgb(150,78,164); }
H1.HeaderClassName
{
color: #964EA4;
}
.AnyTagClassName
{
color: #964EA4;
}
</style>
background-color css
<style>
a { background-color: #964EA4; }
a { background-color: rgb(150,78,164); }
div.DivClassName
{
background-color: #964EA4;
}
.BgClassName
{
background-color: #964EA4;
}
</style>
border-color css
<style>
span { border-color: #964EA4; }
span { border-color: rgb(150,78,164); }
td.TdClassName
{
border-color: #964EA4;
}
.TagClassName
{
border-color: #964EA4;
}
</style>