Shades of Violet Blue #954B8F
Tints of Violet Blue #954B8F
RGB
CMYK
RGB Variations
Color information
#954B8F (or 0x954B8F) is known color: Violet Blue. HEX triplet: 95, 4B and 8F. RGB value is (149,75,143). Sum of RGB (Red+Green+Blue) = 149+75+143=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #954B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B8F is #6AB470. Grayscale: #686868. Windows color (decimal): -6993009 or 9390997. OLE color: 9390997.
HSL color Cylindrical-coordinate representation of color #954B8F: hue angle of 304.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B8F is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 143 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.42 |
| HSL | 304.86º | 0.33% | 0.44% | - |
| HSV(B) | 304.86º | 0.5% | 0.58% | - |
| XYZ | 19.87 | 13.4 | 27.53 | - |
| YUV | 104.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 143 | 0 | 0.50 | 0.04 | 0.42 | 304.86 | 0.33 | 0.44 |
| Hex | 95 | 4B | 8F | 0 | 32 | 4 | 2A | 131 | 21 | 2C |
| Octal | 225 | 113 | 217 | 0 | 62 | 4 | 52 | 461 | 41 | 54 |
| Binary | 10010101 | 1001011 | 10001111 | 0 | 110010 | 100 | 101010 | 100110001 | 100001 | 101100 |
Color Harmonies of #954B8F
Complementary color
Monochromatic Colors of #954B8F
Black with #954B8F
Text Example
Text Example
White with #954B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B8F; }
p { color: rgb(149,75,143); }
H1.HeaderClassName
{
color: #954B8F;
}
.AnyTagClassName
{
color: #954B8F;
}
</style>
background-color css
<style>
a { background-color: #954B8F; }
a { background-color: rgb(149,75,143); }
div.DivClassName
{
background-color: #954B8F;
}
.BgClassName
{
background-color: #954B8F;
}
</style>
border-color css
<style>
span { border-color: #954B8F; }
span { border-color: rgb(149,75,143); }
td.TdClassName
{
border-color: #954B8F;
}
.TagClassName
{
border-color: #954B8F;
}
</style>