Shades of Violet Blue #956493
Tints of Violet Blue #956493
RGB
CMYK
RGB Variations
Color information
#956493 (or 0x956493) is known color: Violet Blue. HEX triplet: 95, 64 and 93. RGB value is (149,100,147). Sum of RGB (Red+Green+Blue) = 149+100+147=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #956493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956493 is #6A9B6C. Grayscale: #777777. Windows color (decimal): -6986605 or 9659541. OLE color: 9659541.
HSL color Cylindrical-coordinate representation of color #956493: hue angle of 302.45º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956493 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 147 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.42 |
| HSL | 302.45º | 0.2% | 0.49% | - |
| HSV(B) | 302.45º | 0.33% | 0.58% | - |
| XYZ | 22.22 | 17.61 | 29.83 | - |
| YUV | 120.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 147 | 0 | 0.33 | 0.01 | 0.42 | 302.45 | 0.2 | 0.49 |
| Hex | 95 | 64 | 93 | 0 | 21 | 1 | 2A | 12E | 14 | 31 |
| Octal | 225 | 144 | 223 | 0 | 41 | 1 | 52 | 456 | 24 | 61 |
| Binary | 10010101 | 1100100 | 10010011 | 0 | 100001 | 1 | 101010 | 100101110 | 10100 | 110001 |
Color Harmonies of #956493
Complementary color
Monochromatic Colors of #956493
Black with #956493
Text Example
Text Example
White with #956493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956493; }
p { color: rgb(149,100,147); }
H1.HeaderClassName
{
color: #956493;
}
.AnyTagClassName
{
color: #956493;
}
</style>
background-color css
<style>
a { background-color: #956493; }
a { background-color: rgb(149,100,147); }
div.DivClassName
{
background-color: #956493;
}
.BgClassName
{
background-color: #956493;
}
</style>
border-color css
<style>
span { border-color: #956493; }
span { border-color: rgb(149,100,147); }
td.TdClassName
{
border-color: #956493;
}
.TagClassName
{
border-color: #956493;
}
</style>