Shades of Violet Blue #95648F
Tints of Violet Blue #95648F
RGB
CMYK
RGB Variations
Color information
#95648F (or 0x95648F) is known color: Violet Blue. HEX triplet: 95, 64 and 8F. RGB value is (149,100,143). Sum of RGB (Red+Green+Blue) = 149+100+143=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95648F is #6A9B70. Grayscale: #777777. Windows color (decimal): -6986609 or 9397397. OLE color: 9397397.
HSL color Cylindrical-coordinate representation of color #95648F: hue angle of 307.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95648F is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 143 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.42 |
| HSL | 307.35º | 0.2% | 0.49% | - |
| HSV(B) | 307.35º | 0.33% | 0.58% | - |
| XYZ | 21.91 | 17.49 | 28.21 | - |
| YUV | 119.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 143 | 0 | 0.33 | 0.04 | 0.42 | 307.35 | 0.2 | 0.49 |
| Hex | 95 | 64 | 8F | 0 | 21 | 4 | 2A | 133 | 14 | 31 |
| Octal | 225 | 144 | 217 | 0 | 41 | 4 | 52 | 463 | 24 | 61 |
| Binary | 10010101 | 1100100 | 10001111 | 0 | 100001 | 100 | 101010 | 100110011 | 10100 | 110001 |
Color Harmonies of #95648F
Complementary color
Monochromatic Colors of #95648F
Black with #95648F
Text Example
Text Example
White with #95648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95648F; }
p { color: rgb(149,100,143); }
H1.HeaderClassName
{
color: #95648F;
}
.AnyTagClassName
{
color: #95648F;
}
</style>
background-color css
<style>
a { background-color: #95648F; }
a { background-color: rgb(149,100,143); }
div.DivClassName
{
background-color: #95648F;
}
.BgClassName
{
background-color: #95648F;
}
</style>
border-color css
<style>
span { border-color: #95648F; }
span { border-color: rgb(149,100,143); }
td.TdClassName
{
border-color: #95648F;
}
.TagClassName
{
border-color: #95648F;
}
</style>