Shades of Violet Blue #954C9E
Tints of Violet Blue #954C9E
RGB
CMYK
RGB Variations
Color information
#954C9E (or 0x954C9E) is known color: Violet Blue. HEX triplet: 95, 4C and 9E. RGB value is (149,76,158). Sum of RGB (Red+Green+Blue) = 149+76+158=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #954C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C9E is #6AB361. Grayscale: #6A6A6A. Windows color (decimal): -6992738 or 10374293. OLE color: 10374293.
HSL color Cylindrical-coordinate representation of color #954C9E: hue angle of 293.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954C9E is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 76 | 158 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.38 |
| HSL | 293.41º | 0.35% | 0.46% | - |
| HSV(B) | 293.41º | 0.52% | 0.62% | - |
| XYZ | 21.15 | 14.03 | 33.94 | - |
| YUV | 107.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 158 | 0.06 | 0.52 | 0 | 0.38 | 293.41 | 0.35 | 0.46 |
| Hex | 95 | 4C | 9E | 6 | 34 | 0 | 26 | 125 | 23 | 2E |
| Octal | 225 | 114 | 236 | 6 | 64 | 0 | 46 | 445 | 43 | 56 |
| Binary | 10010101 | 1001100 | 10011110 | 110 | 110100 | 0 | 100110 | 100100101 | 100011 | 101110 |
Color Harmonies of #954C9E
Complementary color
Monochromatic Colors of #954C9E
Black with #954C9E
Text Example
Text Example
White with #954C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C9E; }
p { color: rgb(149,76,158); }
H1.HeaderClassName
{
color: #954C9E;
}
.AnyTagClassName
{
color: #954C9E;
}
</style>
background-color css
<style>
a { background-color: #954C9E; }
a { background-color: rgb(149,76,158); }
div.DivClassName
{
background-color: #954C9E;
}
.BgClassName
{
background-color: #954C9E;
}
</style>
border-color css
<style>
span { border-color: #954C9E; }
span { border-color: rgb(149,76,158); }
td.TdClassName
{
border-color: #954C9E;
}
.TagClassName
{
border-color: #954C9E;
}
</style>