#945A95

Color #945A95 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #945A95

Tints of Violet Blue #945A95

Color information

#945A95 (or 0x945A95) is unknown color: approx 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

RGB14890149-
CMYK0.010.4000.42
HSL298.98º24.69%46.86%-
HSV(B)298.98º39.6%58.43%-
XYZ21.2915.7830.36-
YUV114.07147.72152.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=38.24%
G=23.26%
B=38.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148901490.010.4000.42298.9824.6946.86
Hex945A9512802A12b192f
Octal2241322251500524533157
Binary100101001011010100101011101000010101010010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>