Shades of Violet Blue #95638E
Tints of Violet Blue #95638E
RGB
CMYK
RGB Variations
Color information
#95638E (or 0x95638E) is known color: Violet Blue. HEX triplet: 95, 63 and 8E. RGB value is (149,99,142). Sum of RGB (Red+Green+Blue) = 149+99+142=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95638E is #6A9C71. Grayscale: #767676. Windows color (decimal): -6986866 or 9331605. OLE color: 9331605.
HSL color Cylindrical-coordinate representation of color #95638E: hue angle of 308.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95638E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 142 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.42 |
| HSL | 308.4º | 0.2% | 0.49% | - |
| HSV(B) | 308.4º | 0.34% | 0.58% | - |
| XYZ | 21.74 | 17.27 | 27.78 | - |
| YUV | 118.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 142 | 0 | 0.34 | 0.05 | 0.42 | 308.4 | 0.2 | 0.49 |
| Hex | 95 | 63 | 8E | 0 | 22 | 5 | 2A | 134 | 14 | 31 |
| Octal | 225 | 143 | 216 | 0 | 42 | 5 | 52 | 464 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10001110 | 0 | 100010 | 101 | 101010 | 100110100 | 10100 | 110001 |
Color Harmonies of #95638E
Complementary color
Monochromatic Colors of #95638E
Black with #95638E
Text Example
Text Example
White with #95638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95638E; }
p { color: rgb(149,99,142); }
H1.HeaderClassName
{
color: #95638E;
}
.AnyTagClassName
{
color: #95638E;
}
</style>
background-color css
<style>
a { background-color: #95638E; }
a { background-color: rgb(149,99,142); }
div.DivClassName
{
background-color: #95638E;
}
.BgClassName
{
background-color: #95638E;
}
</style>
border-color css
<style>
span { border-color: #95638E; }
span { border-color: rgb(149,99,142); }
td.TdClassName
{
border-color: #95638E;
}
.TagClassName
{
border-color: #95638E;
}
</style>