Shades of Violet Blue #964898
Tints of Violet Blue #964898
RGB
CMYK
RGB Variations
Color information
#964898 (or 0x964898) is known color: Violet Blue. HEX triplet: 96, 48 and 98. RGB value is (150,72,152). Sum of RGB (Red+Green+Blue) = 150+72+152=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #964898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964898 is #69B767. Grayscale: #686868. Windows color (decimal): -6928232 or 9980054. OLE color: 9980054.
HSL color Cylindrical-coordinate representation of color #964898: hue angle of 298.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964898 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 72 | 152 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.40 |
| HSL | 298.5º | 0.36% | 0.44% | - |
| HSV(B) | 298.5º | 0.53% | 0.6% | - |
| XYZ | 20.56 | 13.39 | 31.21 | - |
| YUV | 104.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 152 | 0.01 | 0.53 | 0 | 0.40 | 298.5 | 0.36 | 0.44 |
| Hex | 96 | 48 | 98 | 1 | 35 | 0 | 28 | 12A | 24 | 2C |
| Octal | 226 | 110 | 230 | 1 | 65 | 0 | 50 | 452 | 44 | 54 |
| Binary | 10010110 | 1001000 | 10011000 | 1 | 110101 | 0 | 101000 | 100101010 | 100100 | 101100 |
Color Harmonies of #964898
Complementary color
Monochromatic Colors of #964898
Black with #964898
Text Example
Text Example
White with #964898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964898; }
p { color: rgb(150,72,152); }
H1.HeaderClassName
{
color: #964898;
}
.AnyTagClassName
{
color: #964898;
}
</style>
background-color css
<style>
a { background-color: #964898; }
a { background-color: rgb(150,72,152); }
div.DivClassName
{
background-color: #964898;
}
.BgClassName
{
background-color: #964898;
}
</style>
border-color css
<style>
span { border-color: #964898; }
span { border-color: rgb(150,72,152); }
td.TdClassName
{
border-color: #964898;
}
.TagClassName
{
border-color: #964898;
}
</style>