#944B95

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

Shades of Violet Blue #944B95

Tints of Violet Blue #944B95

Color information

#944B95 (or 0x944B95) is unknown color: approx Violet Blue. HEX triplet: 94, 4B and 95. RGB value is (148,75,149). Sum of RGB (Red+Green+Blue) = 148+75+149=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #944B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944B95 is #6BB46A. Grayscale: #696969. Windows color (decimal): -7058539 or 9784212. OLE color: 9784212.

HSL color Cylindrical-coordinate representation of color #944B95: hue angle of 299.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944B95 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14875149-
CMYK0.010.5000.42
HSL299.19º33.04%43.92%-
HSV(B)299.19º49.66%58.43%-
XYZ20.1513.529.98-
YUV105.26152.68158.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=39.78%
G=20.16%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148751490.010.5000.42299.1933.0443.92
Hex944B9513202A12b212c
Octal2241132251620524534154
Binary1001010010010111001010111100100101010100101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944B95; }

 p { color: rgb(148,75,149); }

 H1.HeaderClassName
 {
   color: #944B95;
 }
 .AnyTagClassName
 {
   color: #944B95;
 }
</style>
background-color css

<style>
 a { background-color: #944B95; }

 a { background-color: rgb(148,75,149); }

 div.DivClassName
 {
   background-color: #944B95;
 }
 .BgClassName
 {
   background-color: #944B95;
 }
</style>
border-color css

<style>
 span { border-color: #944B95; }

 span { border-color: rgb(148,75,149); }

 td.TdClassName
 {
   border-color: #944B95;
 }
 .TagClassName
 {
   border-color: #944B95;
 }
</style>