Shades of Violet Blue #965C9D
Tints of Violet Blue #965C9D
RGB
CMYK
RGB Variations
Color information
#965C9D (or 0x965C9D) is known color: Violet Blue. HEX triplet: 96, 5C and 9D. RGB value is (150,92,157). Sum of RGB (Red+Green+Blue) = 150+92+157=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #965C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C9D is #69A362. Grayscale: #747474. Windows color (decimal): -6923107 or 10312854. OLE color: 10312854.
HSL color Cylindrical-coordinate representation of color #965C9D: hue angle of 293.54º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965C9D is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 92 | 157 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.38 |
| HSL | 293.54º | 0.26% | 0.49% | - |
| HSV(B) | 293.54º | 0.41% | 0.62% | - |
| XYZ | 22.49 | 16.57 | 33.91 | - |
| YUV | 116.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 157 | 0.04 | 0.41 | 0 | 0.38 | 293.54 | 0.26 | 0.49 |
| Hex | 96 | 5C | 9D | 4 | 29 | 0 | 26 | 126 | 1A | 31 |
| Octal | 226 | 134 | 235 | 4 | 51 | 0 | 46 | 446 | 32 | 61 |
| Binary | 10010110 | 1011100 | 10011101 | 100 | 101001 | 0 | 100110 | 100100110 | 11010 | 110001 |
Color Harmonies of #965C9D
Complementary color
Monochromatic Colors of #965C9D
Black with #965C9D
Text Example
Text Example
White with #965C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C9D; }
p { color: rgb(150,92,157); }
H1.HeaderClassName
{
color: #965C9D;
}
.AnyTagClassName
{
color: #965C9D;
}
</style>
background-color css
<style>
a { background-color: #965C9D; }
a { background-color: rgb(150,92,157); }
div.DivClassName
{
background-color: #965C9D;
}
.BgClassName
{
background-color: #965C9D;
}
</style>
border-color css
<style>
span { border-color: #965C9D; }
span { border-color: rgb(150,92,157); }
td.TdClassName
{
border-color: #965C9D;
}
.TagClassName
{
border-color: #965C9D;
}
</style>