Shades of Violet Blue #956793
Tints of Violet Blue #956793
RGB
CMYK
RGB Variations
Color information
#956793 (or 0x956793) is known color: Violet Blue. HEX triplet: 95, 67 and 93. RGB value is (149,103,147). Sum of RGB (Red+Green+Blue) = 149+103+147=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956793 is #6A986C. Grayscale: #797979. Windows color (decimal): -6985837 or 9660309. OLE color: 9660309.
HSL color Cylindrical-coordinate representation of color #956793: hue angle of 302.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956793 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 147 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.42 |
| HSL | 302.61º | 0.18% | 0.49% | - |
| HSV(B) | 302.61º | 0.31% | 0.58% | - |
| XYZ | 22.51 | 18.2 | 29.93 | - |
| YUV | 121.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 147 | 0 | 0.31 | 0.01 | 0.42 | 302.61 | 0.18 | 0.49 |
| Hex | 95 | 67 | 93 | 0 | 1F | 1 | 2A | 12F | 12 | 31 |
| Octal | 225 | 147 | 223 | 0 | 37 | 1 | 52 | 457 | 22 | 61 |
| Binary | 10010101 | 1100111 | 10010011 | 0 | 11111 | 1 | 101010 | 100101111 | 10010 | 110001 |
Color Harmonies of #956793
Complementary color
Monochromatic Colors of #956793
Black with #956793
Text Example
Text Example
White with #956793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956793; }
p { color: rgb(149,103,147); }
H1.HeaderClassName
{
color: #956793;
}
.AnyTagClassName
{
color: #956793;
}
</style>
background-color css
<style>
a { background-color: #956793; }
a { background-color: rgb(149,103,147); }
div.DivClassName
{
background-color: #956793;
}
.BgClassName
{
background-color: #956793;
}
</style>
border-color css
<style>
span { border-color: #956793; }
span { border-color: rgb(149,103,147); }
td.TdClassName
{
border-color: #956793;
}
.TagClassName
{
border-color: #956793;
}
</style>