Shades of Violet Blue #95658E
Tints of Violet Blue #95658E
RGB
CMYK
RGB Variations
Color information
#95658E (or 0x95658E) is known color: Violet Blue. HEX triplet: 95, 65 and 8E. RGB value is (149,101,142). Sum of RGB (Red+Green+Blue) = 149+101+142=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658E is #6A9A71. Grayscale: #777777. Windows color (decimal): -6986354 or 9332117. OLE color: 9332117.
HSL color Cylindrical-coordinate representation of color #95658E: hue angle of 308.75º 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 #95658E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 142 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.42 |
| HSL | 308.75º | 0.19% | 0.49% | - |
| HSV(B) | 308.75º | 0.32% | 0.58% | - |
| XYZ | 21.93 | 17.65 | 27.84 | - |
| YUV | 120.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 142 | 0 | 0.32 | 0.05 | 0.42 | 308.75 | 0.19 | 0.49 |
| Hex | 95 | 65 | 8E | 0 | 20 | 5 | 2A | 135 | 13 | 31 |
| Octal | 225 | 145 | 216 | 0 | 40 | 5 | 52 | 465 | 23 | 61 |
| Binary | 10010101 | 1100101 | 10001110 | 0 | 100000 | 101 | 101010 | 100110101 | 10011 | 110001 |
Color Harmonies of #95658E
Complementary color
Monochromatic Colors of #95658E
Black with #95658E
Text Example
Text Example
White with #95658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95658E; }
p { color: rgb(149,101,142); }
H1.HeaderClassName
{
color: #95658E;
}
.AnyTagClassName
{
color: #95658E;
}
</style>
background-color css
<style>
a { background-color: #95658E; }
a { background-color: rgb(149,101,142); }
div.DivClassName
{
background-color: #95658E;
}
.BgClassName
{
background-color: #95658E;
}
</style>
border-color css
<style>
span { border-color: #95658E; }
span { border-color: rgb(149,101,142); }
td.TdClassName
{
border-color: #95658E;
}
.TagClassName
{
border-color: #95658E;
}
</style>