Shades of Violet Blue #954B8C
Tints of Violet Blue #954B8C
RGB
CMYK
RGB Variations
Color information
#954B8C (or 0x954B8C) is known color: Violet Blue. HEX triplet: 95, 4B and 8C. RGB value is (149,75,140). Sum of RGB (Red+Green+Blue) = 149+75+140=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B8C is #6AB473. Grayscale: #686868. Windows color (decimal): -6993012 or 9194389. OLE color: 9194389.
HSL color Cylindrical-coordinate representation of color #954B8C: hue angle of 307.3º 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 #954B8C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 140 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.42 |
| HSL | 307.3º | 0.33% | 0.44% | - |
| HSV(B) | 307.3º | 0.5% | 0.58% | - |
| XYZ | 19.64 | 13.32 | 26.35 | - |
| YUV | 104.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 140 | 0 | 0.50 | 0.06 | 0.42 | 307.3 | 0.33 | 0.44 |
| Hex | 95 | 4B | 8C | 0 | 32 | 6 | 2A | 133 | 21 | 2C |
| Octal | 225 | 113 | 214 | 0 | 62 | 6 | 52 | 463 | 41 | 54 |
| Binary | 10010101 | 1001011 | 10001100 | 0 | 110010 | 110 | 101010 | 100110011 | 100001 | 101100 |
Color Harmonies of #954B8C
Complementary color
Monochromatic Colors of #954B8C
Black with #954B8C
Text Example
Text Example
White with #954B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B8C; }
p { color: rgb(149,75,140); }
H1.HeaderClassName
{
color: #954B8C;
}
.AnyTagClassName
{
color: #954B8C;
}
</style>
background-color css
<style>
a { background-color: #954B8C; }
a { background-color: rgb(149,75,140); }
div.DivClassName
{
background-color: #954B8C;
}
.BgClassName
{
background-color: #954B8C;
}
</style>
border-color css
<style>
span { border-color: #954B8C; }
span { border-color: rgb(149,75,140); }
td.TdClassName
{
border-color: #954B8C;
}
.TagClassName
{
border-color: #954B8C;
}
</style>