Shades of Violet Blue #954A96
Tints of Violet Blue #954A96
RGB
CMYK
RGB Variations
Color information
#954A96 (or 0x954A96) is known color: Violet Blue. HEX triplet: 95, 4A and 96. RGB value is (149,74,150). Sum of RGB (Red+Green+Blue) = 149+74+150=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #954A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A96 is #6AB569. Grayscale: #686868. Windows color (decimal): -6993258 or 9849493. OLE color: 9849493.
HSL color Cylindrical-coordinate representation of color #954A96: hue angle of 299.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954A96 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 74 | 150 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.41 |
| HSL | 299.21º | 0.34% | 0.44% | - |
| HSV(B) | 299.21º | 0.51% | 0.59% | - |
| XYZ | 20.35 | 13.49 | 30.39 | - |
| YUV | 105.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 150 | 0.01 | 0.51 | 0 | 0.41 | 299.21 | 0.34 | 0.44 |
| Hex | 95 | 4A | 96 | 1 | 33 | 0 | 29 | 12B | 22 | 2C |
| Octal | 225 | 112 | 226 | 1 | 63 | 0 | 51 | 453 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10010110 | 1 | 110011 | 0 | 101001 | 100101011 | 100010 | 101100 |
Color Harmonies of #954A96
Complementary color
Monochromatic Colors of #954A96
Black with #954A96
Text Example
Text Example
White with #954A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A96; }
p { color: rgb(149,74,150); }
H1.HeaderClassName
{
color: #954A96;
}
.AnyTagClassName
{
color: #954A96;
}
</style>
background-color css
<style>
a { background-color: #954A96; }
a { background-color: rgb(149,74,150); }
div.DivClassName
{
background-color: #954A96;
}
.BgClassName
{
background-color: #954A96;
}
</style>
border-color css
<style>
span { border-color: #954A96; }
span { border-color: rgb(149,74,150); }
td.TdClassName
{
border-color: #954A96;
}
.TagClassName
{
border-color: #954A96;
}
</style>