Shades of Violet Blue #964A92
Tints of Violet Blue #964A92
RGB
CMYK
RGB Variations
Color information
#964A92 (or 0x964A92) is known color: Violet Blue. HEX triplet: 96, 4A and 92. RGB value is (150,74,146). Sum of RGB (Red+Green+Blue) = 150+74+146=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A92 is #69B56D. Grayscale: #686868. Windows color (decimal): -6927726 or 9587350. OLE color: 9587350.
HSL color Cylindrical-coordinate representation of color #964A92: hue angle of 303.16º 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 #964A92 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 146 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.41 |
| HSL | 303.16º | 0.34% | 0.44% | - |
| HSV(B) | 303.16º | 0.51% | 0.59% | - |
| XYZ | 20.21 | 13.46 | 28.73 | - |
| YUV | 104.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 146 | 0 | 0.51 | 0.03 | 0.41 | 303.16 | 0.34 | 0.44 |
| Hex | 96 | 4A | 92 | 0 | 33 | 3 | 29 | 12F | 22 | 2C |
| Octal | 226 | 112 | 222 | 0 | 63 | 3 | 51 | 457 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10010010 | 0 | 110011 | 11 | 101001 | 100101111 | 100010 | 101100 |
Color Harmonies of #964A92
Complementary color
Monochromatic Colors of #964A92
Black with #964A92
Text Example
Text Example
White with #964A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A92; }
p { color: rgb(150,74,146); }
H1.HeaderClassName
{
color: #964A92;
}
.AnyTagClassName
{
color: #964A92;
}
</style>
background-color css
<style>
a { background-color: #964A92; }
a { background-color: rgb(150,74,146); }
div.DivClassName
{
background-color: #964A92;
}
.BgClassName
{
background-color: #964A92;
}
</style>
border-color css
<style>
span { border-color: #964A92; }
span { border-color: rgb(150,74,146); }
td.TdClassName
{
border-color: #964A92;
}
.TagClassName
{
border-color: #964A92;
}
</style>