Shades of Violet Blue #955392
Tints of Violet Blue #955392
RGB
CMYK
RGB Variations
Color information
#955392 (or 0x955392) is known color: Violet Blue. HEX triplet: 95, 53 and 92. RGB value is (149,83,146). Sum of RGB (Red+Green+Blue) = 149+83+146=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #955392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955392 is #6AAC6D. Grayscale: #6D6D6D. Windows color (decimal): -6990958 or 9589653. OLE color: 9589653.
HSL color Cylindrical-coordinate representation of color #955392: hue angle of 302.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955392 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 146 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.42 |
| HSL | 302.73º | 0.28% | 0.45% | - |
| HSV(B) | 302.73º | 0.44% | 0.58% | - |
| XYZ | 20.68 | 14.65 | 28.93 | - |
| YUV | 109.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 146 | 0 | 0.44 | 0.02 | 0.42 | 302.73 | 0.28 | 0.45 |
| Hex | 95 | 53 | 92 | 0 | 2C | 2 | 2A | 12F | 1C | 2D |
| Octal | 225 | 123 | 222 | 0 | 54 | 2 | 52 | 457 | 34 | 55 |
| Binary | 10010101 | 1010011 | 10010010 | 0 | 101100 | 10 | 101010 | 100101111 | 11100 | 101101 |
Color Harmonies of #955392
Complementary color
Monochromatic Colors of #955392
Black with #955392
Text Example
Text Example
White with #955392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955392; }
p { color: rgb(149,83,146); }
H1.HeaderClassName
{
color: #955392;
}
.AnyTagClassName
{
color: #955392;
}
</style>
background-color css
<style>
a { background-color: #955392; }
a { background-color: rgb(149,83,146); }
div.DivClassName
{
background-color: #955392;
}
.BgClassName
{
background-color: #955392;
}
</style>
border-color css
<style>
span { border-color: #955392; }
span { border-color: rgb(149,83,146); }
td.TdClassName
{
border-color: #955392;
}
.TagClassName
{
border-color: #955392;
}
</style>