Shades of Violet Blue #955490
Tints of Violet Blue #955490
RGB
CMYK
RGB Variations
Color information
#955490 (or 0x955490) is known color: Violet Blue. HEX triplet: 95, 54 and 90. RGB value is (149,84,144). Sum of RGB (Red+Green+Blue) = 149+84+144=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955490 is #6AAB6F. Grayscale: #6E6E6E. Windows color (decimal): -6990704 or 9458837. OLE color: 9458837.
HSL color Cylindrical-coordinate representation of color #955490: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955490 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 144 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.42 |
| HSL | 304.62º | 0.28% | 0.46% | - |
| HSV(B) | 304.62º | 0.44% | 0.58% | - |
| XYZ | 20.6 | 14.74 | 28.15 | - |
| YUV | 110.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 144 | 0 | 0.44 | 0.03 | 0.42 | 304.62 | 0.28 | 0.46 |
| Hex | 95 | 54 | 90 | 0 | 2C | 3 | 2A | 131 | 1C | 2E |
| Octal | 225 | 124 | 220 | 0 | 54 | 3 | 52 | 461 | 34 | 56 |
| Binary | 10010101 | 1010100 | 10010000 | 0 | 101100 | 11 | 101010 | 100110001 | 11100 | 101110 |
Color Harmonies of #955490
Complementary color
Monochromatic Colors of #955490
Black with #955490
Text Example
Text Example
White with #955490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955490; }
p { color: rgb(149,84,144); }
H1.HeaderClassName
{
color: #955490;
}
.AnyTagClassName
{
color: #955490;
}
</style>
background-color css
<style>
a { background-color: #955490; }
a { background-color: rgb(149,84,144); }
div.DivClassName
{
background-color: #955490;
}
.BgClassName
{
background-color: #955490;
}
</style>
border-color css
<style>
span { border-color: #955490; }
span { border-color: rgb(149,84,144); }
td.TdClassName
{
border-color: #955490;
}
.TagClassName
{
border-color: #955490;
}
</style>