Shades of Violet Blue #964B9C
Tints of Violet Blue #964B9C
RGB
CMYK
RGB Variations
Color information
#964B9C (or 0x964B9C) is known color: Violet Blue. HEX triplet: 96, 4B and 9C. RGB value is (150,75,156). Sum of RGB (Red+Green+Blue) = 150+75+156=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #964B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B9C is #69B463. Grayscale: #6A6A6A. Windows color (decimal): -6927460 or 10242966. OLE color: 10242966.
HSL color Cylindrical-coordinate representation of color #964B9C: hue angle of 295.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964B9C is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 75 | 156 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.39 |
| HSL | 295.56º | 0.35% | 0.45% | - |
| HSV(B) | 295.56º | 0.52% | 0.61% | - |
| XYZ | 21.09 | 13.92 | 33.03 | - |
| YUV | 106.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 156 | 0.04 | 0.52 | 0 | 0.39 | 295.56 | 0.35 | 0.45 |
| Hex | 96 | 4B | 9C | 4 | 34 | 0 | 27 | 128 | 23 | 2D |
| Octal | 226 | 113 | 234 | 4 | 64 | 0 | 47 | 450 | 43 | 55 |
| Binary | 10010110 | 1001011 | 10011100 | 100 | 110100 | 0 | 100111 | 100101000 | 100011 | 101101 |
Color Harmonies of #964B9C
Complementary color
Monochromatic Colors of #964B9C
Black with #964B9C
Text Example
Text Example
White with #964B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B9C; }
p { color: rgb(150,75,156); }
H1.HeaderClassName
{
color: #964B9C;
}
.AnyTagClassName
{
color: #964B9C;
}
</style>
background-color css
<style>
a { background-color: #964B9C; }
a { background-color: rgb(150,75,156); }
div.DivClassName
{
background-color: #964B9C;
}
.BgClassName
{
background-color: #964B9C;
}
</style>
border-color css
<style>
span { border-color: #964B9C; }
span { border-color: rgb(150,75,156); }
td.TdClassName
{
border-color: #964B9C;
}
.TagClassName
{
border-color: #964B9C;
}
</style>