Shades of Violet Blue #95658D
Tints of Violet Blue #95658D
RGB
CMYK
RGB Variations
Color information
#95658D (or 0x95658D) is known color: Violet Blue. HEX triplet: 95, 65 and 8D. RGB value is (149,101,141). Sum of RGB (Red+Green+Blue) = 149+101+141=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658D is #6A9A72. Grayscale: #777777. Windows color (decimal): -6986355 or 9266581. OLE color: 9266581.
HSL color Cylindrical-coordinate representation of color #95658D: hue angle of 310º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95658D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 141 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.42 |
| HSL | 310º | 0.19% | 0.49% | - |
| HSV(B) | 310º | 0.32% | 0.58% | - |
| XYZ | 21.86 | 17.62 | 27.45 | - |
| YUV | 119.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 141 | 0 | 0.32 | 0.05 | 0.42 | 310 | 0.19 | 0.49 |
| Hex | 95 | 65 | 8D | 0 | 20 | 5 | 2A | 136 | 13 | 31 |
| Octal | 225 | 145 | 215 | 0 | 40 | 5 | 52 | 466 | 23 | 61 |
| Binary | 10010101 | 1100101 | 10001101 | 0 | 100000 | 101 | 101010 | 100110110 | 10011 | 110001 |
Color Harmonies of #95658D
Complementary color
Monochromatic Colors of #95658D
Black with #95658D
Text Example
Text Example
White with #95658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95658D; }
p { color: rgb(149,101,141); }
H1.HeaderClassName
{
color: #95658D;
}
.AnyTagClassName
{
color: #95658D;
}
</style>
background-color css
<style>
a { background-color: #95658D; }
a { background-color: rgb(149,101,141); }
div.DivClassName
{
background-color: #95658D;
}
.BgClassName
{
background-color: #95658D;
}
</style>
border-color css
<style>
span { border-color: #95658D; }
span { border-color: rgb(149,101,141); }
td.TdClassName
{
border-color: #95658D;
}
.TagClassName
{
border-color: #95658D;
}
</style>