Shades of Violet Blue #956993
Tints of Violet Blue #956993
RGB
CMYK
RGB Variations
Color information
#956993 (or 0x956993) is known color: Violet Blue. HEX triplet: 95, 69 and 93. RGB value is (149,105,147). Sum of RGB (Red+Green+Blue) = 149+105+147=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #956993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956993 is #6A966C. Grayscale: #7A7A7A. Windows color (decimal): -6985325 or 9660821. OLE color: 9660821.
HSL color Cylindrical-coordinate representation of color #956993: hue angle of 302.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956993 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 147 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.42 |
| HSL | 302.73º | 0.17% | 0.5% | - |
| HSV(B) | 302.73º | 0.3% | 0.58% | - |
| XYZ | 22.71 | 18.6 | 30 | - |
| YUV | 122.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 147 | 0 | 0.30 | 0.01 | 0.42 | 302.73 | 0.17 | 0.5 |
| Hex | 95 | 69 | 93 | 0 | 1E | 1 | 2A | 12F | 11 | 32 |
| Octal | 225 | 151 | 223 | 0 | 36 | 1 | 52 | 457 | 21 | 62 |
| Binary | 10010101 | 1101001 | 10010011 | 0 | 11110 | 1 | 101010 | 100101111 | 10001 | 110010 |
Color Harmonies of #956993
Complementary color
Monochromatic Colors of #956993
Black with #956993
Text Example
Text Example
White with #956993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956993; }
p { color: rgb(149,105,147); }
H1.HeaderClassName
{
color: #956993;
}
.AnyTagClassName
{
color: #956993;
}
</style>
background-color css
<style>
a { background-color: #956993; }
a { background-color: rgb(149,105,147); }
div.DivClassName
{
background-color: #956993;
}
.BgClassName
{
background-color: #956993;
}
</style>
border-color css
<style>
span { border-color: #956993; }
span { border-color: rgb(149,105,147); }
td.TdClassName
{
border-color: #956993;
}
.TagClassName
{
border-color: #956993;
}
</style>