Shades of Violet Blue #964893
Tints of Violet Blue #964893
RGB
CMYK
RGB Variations
Color information
#964893 (or 0x964893) is known color: Violet Blue. HEX triplet: 96, 48 and 93. RGB value is (150,72,147). Sum of RGB (Red+Green+Blue) = 150+72+147=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964893 is #69B76C. Grayscale: #676767. Windows color (decimal): -6928237 or 9652374. OLE color: 9652374.
HSL color Cylindrical-coordinate representation of color #964893: hue angle of 302.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964893 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 147 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.41 |
| HSL | 302.31º | 0.35% | 0.44% | - |
| HSV(B) | 302.31º | 0.52% | 0.59% | - |
| XYZ | 20.16 | 13.23 | 29.09 | - |
| YUV | 103.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 147 | 0 | 0.52 | 0.02 | 0.41 | 302.31 | 0.35 | 0.44 |
| Hex | 96 | 48 | 93 | 0 | 34 | 2 | 29 | 12E | 23 | 2C |
| Octal | 226 | 110 | 223 | 0 | 64 | 2 | 51 | 456 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10010011 | 0 | 110100 | 10 | 101001 | 100101110 | 100011 | 101100 |
Color Harmonies of #964893
Complementary color
Monochromatic Colors of #964893
Black with #964893
Text Example
Text Example
White with #964893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964893; }
p { color: rgb(150,72,147); }
H1.HeaderClassName
{
color: #964893;
}
.AnyTagClassName
{
color: #964893;
}
</style>
background-color css
<style>
a { background-color: #964893; }
a { background-color: rgb(150,72,147); }
div.DivClassName
{
background-color: #964893;
}
.BgClassName
{
background-color: #964893;
}
</style>
border-color css
<style>
span { border-color: #964893; }
span { border-color: rgb(150,72,147); }
td.TdClassName
{
border-color: #964893;
}
.TagClassName
{
border-color: #964893;
}
</style>