Shades of Violet Blue #956397
Tints of Violet Blue #956397
RGB
CMYK
RGB Variations
Color information
#956397 (or 0x956397) is known color: Violet Blue. HEX triplet: 95, 63 and 97. RGB value is (149,99,151). Sum of RGB (Red+Green+Blue) = 149+99+151=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #956397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956397 is #6A9C68. Grayscale: #777777. Windows color (decimal): -6986857 or 9921429. OLE color: 9921429.
HSL color Cylindrical-coordinate representation of color #956397: hue angle of 297.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956397 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 99 | 151 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.41 |
| HSL | 297.69º | 0.21% | 0.49% | - |
| HSV(B) | 297.69º | 0.34% | 0.59% | - |
| XYZ | 22.44 | 17.55 | 31.48 | - |
| YUV | 119.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 151 | 0.01 | 0.34 | 0 | 0.41 | 297.69 | 0.21 | 0.49 |
| Hex | 95 | 63 | 97 | 1 | 22 | 0 | 29 | 12A | 15 | 31 |
| Octal | 225 | 143 | 227 | 1 | 42 | 0 | 51 | 452 | 25 | 61 |
| Binary | 10010101 | 1100011 | 10010111 | 1 | 100010 | 0 | 101001 | 100101010 | 10101 | 110001 |
Color Harmonies of #956397
Complementary color
Monochromatic Colors of #956397
Black with #956397
Text Example
Text Example
White with #956397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956397; }
p { color: rgb(149,99,151); }
H1.HeaderClassName
{
color: #956397;
}
.AnyTagClassName
{
color: #956397;
}
</style>
background-color css
<style>
a { background-color: #956397; }
a { background-color: rgb(149,99,151); }
div.DivClassName
{
background-color: #956397;
}
.BgClassName
{
background-color: #956397;
}
</style>
border-color css
<style>
span { border-color: #956397; }
span { border-color: rgb(149,99,151); }
td.TdClassName
{
border-color: #956397;
}
.TagClassName
{
border-color: #956397;
}
</style>