Shades of Violet Blue #945A9D
Tints of Violet Blue #945A9D
RGB
CMYK
RGB Variations
Color information
#945A9D (or 0x945A9D) is known color: Violet Blue. HEX triplet: 94, 5A and 9D. RGB value is (148,90,157). Sum of RGB (Red+Green+Blue) = 148+90+157=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #945A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A9D is #6BA562. Grayscale: #727272. Windows color (decimal): -7054691 or 10312340. OLE color: 10312340.
HSL color Cylindrical-coordinate representation of color #945A9D: hue angle of 291.94º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945A9D is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 90 | 157 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.38 |
| HSL | 291.94º | 0.27% | 0.48% | - |
| HSV(B) | 291.94º | 0.43% | 0.62% | - |
| XYZ | 21.95 | 16.04 | 33.84 | - |
| YUV | 114.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 157 | 0.06 | 0.43 | 0 | 0.38 | 291.94 | 0.27 | 0.48 |
| Hex | 94 | 5A | 9D | 6 | 2B | 0 | 26 | 124 | 1B | 30 |
| Octal | 224 | 132 | 235 | 6 | 53 | 0 | 46 | 444 | 33 | 60 |
| Binary | 10010100 | 1011010 | 10011101 | 110 | 101011 | 0 | 100110 | 100100100 | 11011 | 110000 |
Color Harmonies of #945A9D
Complementary color
Monochromatic Colors of #945A9D
Black with #945A9D
Text Example
Text Example
White with #945A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A9D; }
p { color: rgb(148,90,157); }
H1.HeaderClassName
{
color: #945A9D;
}
.AnyTagClassName
{
color: #945A9D;
}
</style>
background-color css
<style>
a { background-color: #945A9D; }
a { background-color: rgb(148,90,157); }
div.DivClassName
{
background-color: #945A9D;
}
.BgClassName
{
background-color: #945A9D;
}
</style>
border-color css
<style>
span { border-color: #945A9D; }
span { border-color: rgb(148,90,157); }
td.TdClassName
{
border-color: #945A9D;
}
.TagClassName
{
border-color: #945A9D;
}
</style>