Shades of Violet Blue #95628E
Tints of Violet Blue #95628E
RGB
CMYK
RGB Variations
Color information
#95628E (or 0x95628E) is known color: Violet Blue. HEX triplet: 95, 62 and 8E. RGB value is (149,98,142). Sum of RGB (Red+Green+Blue) = 149+98+142=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95628E is #6A9D71. Grayscale: #767676. Windows color (decimal): -6987122 or 9331349. OLE color: 9331349.
HSL color Cylindrical-coordinate representation of color #95628E: hue angle of 308.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95628E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 142 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.42 |
| HSL | 308.24º | 0.21% | 0.48% | - |
| HSV(B) | 308.24º | 0.34% | 0.58% | - |
| XYZ | 21.64 | 17.08 | 27.75 | - |
| YUV | 118.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 142 | 0 | 0.34 | 0.05 | 0.42 | 308.24 | 0.21 | 0.48 |
| Hex | 95 | 62 | 8E | 0 | 22 | 5 | 2A | 134 | 15 | 30 |
| Octal | 225 | 142 | 216 | 0 | 42 | 5 | 52 | 464 | 25 | 60 |
| Binary | 10010101 | 1100010 | 10001110 | 0 | 100010 | 101 | 101010 | 100110100 | 10101 | 110000 |
Color Harmonies of #95628E
Complementary color
Monochromatic Colors of #95628E
Black with #95628E
Text Example
Text Example
White with #95628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95628E; }
p { color: rgb(149,98,142); }
H1.HeaderClassName
{
color: #95628E;
}
.AnyTagClassName
{
color: #95628E;
}
</style>
background-color css
<style>
a { background-color: #95628E; }
a { background-color: rgb(149,98,142); }
div.DivClassName
{
background-color: #95628E;
}
.BgClassName
{
background-color: #95628E;
}
</style>
border-color css
<style>
span { border-color: #95628E; }
span { border-color: rgb(149,98,142); }
td.TdClassName
{
border-color: #95628E;
}
.TagClassName
{
border-color: #95628E;
}
</style>