Shades of Violet Blue #954C93
Tints of Violet Blue #954C93
RGB
CMYK
RGB Variations
Color information
#954C93 (or 0x954C93) is known color: Violet Blue. HEX triplet: 95, 4C and 93. RGB value is (149,76,147). Sum of RGB (Red+Green+Blue) = 149+76+147=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #954C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C93 is #6AB36C. Grayscale: #696969. Windows color (decimal): -6992749 or 9653397. OLE color: 9653397.
HSL color Cylindrical-coordinate representation of color #954C93: hue angle of 301.64º 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 #954C93 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 147 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.42 |
| HSL | 301.64º | 0.32% | 0.44% | - |
| HSV(B) | 301.64º | 0.49% | 0.58% | - |
| XYZ | 20.25 | 13.67 | 29.17 | - |
| YUV | 105.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 147 | 0 | 0.49 | 0.01 | 0.42 | 301.64 | 0.32 | 0.44 |
| Hex | 95 | 4C | 93 | 0 | 31 | 1 | 2A | 12E | 20 | 2C |
| Octal | 225 | 114 | 223 | 0 | 61 | 1 | 52 | 456 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10010011 | 0 | 110001 | 1 | 101010 | 100101110 | 100000 | 101100 |
Color Harmonies of #954C93
Complementary color
Monochromatic Colors of #954C93
Black with #954C93
Text Example
Text Example
White with #954C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C93; }
p { color: rgb(149,76,147); }
H1.HeaderClassName
{
color: #954C93;
}
.AnyTagClassName
{
color: #954C93;
}
</style>
background-color css
<style>
a { background-color: #954C93; }
a { background-color: rgb(149,76,147); }
div.DivClassName
{
background-color: #954C93;
}
.BgClassName
{
background-color: #954C93;
}
</style>
border-color css
<style>
span { border-color: #954C93; }
span { border-color: rgb(149,76,147); }
td.TdClassName
{
border-color: #954C93;
}
.TagClassName
{
border-color: #954C93;
}
</style>