Shades of Violet Blue #954C94
Tints of Violet Blue #954C94
RGB
CMYK
RGB Variations
Color information
#954C94 (or 0x954C94) is known color: Violet Blue. HEX triplet: 95, 4C and 94. RGB value is (149,76,148). Sum of RGB (Red+Green+Blue) = 149+76+148=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #954C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C94 is #6AB36B. Grayscale: #696969. Windows color (decimal): -6992748 or 9718933. OLE color: 9718933.
HSL color Cylindrical-coordinate representation of color #954C94: hue angle of 300.82º 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 #954C94 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 148 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.42 |
| HSL | 300.82º | 0.32% | 0.44% | - |
| HSV(B) | 300.82º | 0.49% | 0.58% | - |
| XYZ | 20.32 | 13.7 | 29.59 | - |
| YUV | 106.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 148 | 0 | 0.49 | 0.01 | 0.42 | 300.82 | 0.32 | 0.44 |
| Hex | 95 | 4C | 94 | 0 | 31 | 1 | 2A | 12D | 20 | 2C |
| Octal | 225 | 114 | 224 | 0 | 61 | 1 | 52 | 455 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10010100 | 0 | 110001 | 1 | 101010 | 100101101 | 100000 | 101100 |
Color Harmonies of #954C94
Complementary color
Monochromatic Colors of #954C94
Black with #954C94
Text Example
Text Example
White with #954C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C94; }
p { color: rgb(149,76,148); }
H1.HeaderClassName
{
color: #954C94;
}
.AnyTagClassName
{
color: #954C94;
}
</style>
background-color css
<style>
a { background-color: #954C94; }
a { background-color: rgb(149,76,148); }
div.DivClassName
{
background-color: #954C94;
}
.BgClassName
{
background-color: #954C94;
}
</style>
border-color css
<style>
span { border-color: #954C94; }
span { border-color: rgb(149,76,148); }
td.TdClassName
{
border-color: #954C94;
}
.TagClassName
{
border-color: #954C94;
}
</style>