Shades of Violet Blue #945A95
Tints of Violet Blue #945A95
RGB
CMYK
RGB Variations
Color information
#945A95 (or 0x945A95) is known color: Violet Blue. HEX triplet: 94, 5A and 95. RGB value is (148,90,149). Sum of RGB (Red+Green+Blue) = 148+90+149=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #945A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A95 is #6BA56A. Grayscale: #717171. Windows color (decimal): -7054699 or 9788052. OLE color: 9788052.
HSL color Cylindrical-coordinate representation of color #945A95: hue angle of 298.98º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945A95 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 149 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.42 |
| HSL | 298.98º | 0.25% | 0.47% | - |
| HSV(B) | 298.98º | 0.4% | 0.58% | - |
| XYZ | 21.29 | 15.78 | 30.36 | - |
| YUV | 114.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 149 | 0.01 | 0.40 | 0 | 0.42 | 298.98 | 0.25 | 0.47 |
| Hex | 94 | 5A | 95 | 1 | 28 | 0 | 2A | 12B | 19 | 2F |
| Octal | 224 | 132 | 225 | 1 | 50 | 0 | 52 | 453 | 31 | 57 |
| Binary | 10010100 | 1011010 | 10010101 | 1 | 101000 | 0 | 101010 | 100101011 | 11001 | 101111 |
Color Harmonies of #945A95
Complementary color
Monochromatic Colors of #945A95
Black with #945A95
Text Example
Text Example
White with #945A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A95; }
p { color: rgb(148,90,149); }
H1.HeaderClassName
{
color: #945A95;
}
.AnyTagClassName
{
color: #945A95;
}
</style>
background-color css
<style>
a { background-color: #945A95; }
a { background-color: rgb(148,90,149); }
div.DivClassName
{
background-color: #945A95;
}
.BgClassName
{
background-color: #945A95;
}
</style>
border-color css
<style>
span { border-color: #945A95; }
span { border-color: rgb(148,90,149); }
td.TdClassName
{
border-color: #945A95;
}
.TagClassName
{
border-color: #945A95;
}
</style>