Shades of Violet Blue #954C8C
Tints of Violet Blue #954C8C
RGB
CMYK
RGB Variations
Color information
#954C8C (or 0x954C8C) is known color: Violet Blue. HEX triplet: 95, 4C and 8C. RGB value is (149,76,140). Sum of RGB (Red+Green+Blue) = 149+76+140=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #954C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C8C is #6AB373. Grayscale: #686868. Windows color (decimal): -6992756 or 9194645. OLE color: 9194645.
HSL color Cylindrical-coordinate representation of color #954C8C: hue angle of 307.4º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C8C is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 140 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.42 |
| HSL | 307.4º | 0.32% | 0.44% | - |
| HSV(B) | 307.4º | 0.49% | 0.58% | - |
| XYZ | 19.71 | 13.45 | 26.37 | - |
| YUV | 105.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 140 | 0 | 0.49 | 0.06 | 0.42 | 307.4 | 0.32 | 0.44 |
| Hex | 95 | 4C | 8C | 0 | 31 | 6 | 2A | 133 | 20 | 2C |
| Octal | 225 | 114 | 214 | 0 | 61 | 6 | 52 | 463 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10001100 | 0 | 110001 | 110 | 101010 | 100110011 | 100000 | 101100 |
Color Harmonies of #954C8C
Complementary color
Monochromatic Colors of #954C8C
Black with #954C8C
Text Example
Text Example
White with #954C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C8C; }
p { color: rgb(149,76,140); }
H1.HeaderClassName
{
color: #954C8C;
}
.AnyTagClassName
{
color: #954C8C;
}
</style>
background-color css
<style>
a { background-color: #954C8C; }
a { background-color: rgb(149,76,140); }
div.DivClassName
{
background-color: #954C8C;
}
.BgClassName
{
background-color: #954C8C;
}
</style>
border-color css
<style>
span { border-color: #954C8C; }
span { border-color: rgb(149,76,140); }
td.TdClassName
{
border-color: #954C8C;
}
.TagClassName
{
border-color: #954C8C;
}
</style>