#944795

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

Shades of Violet Blue #944795

Tints of Violet Blue #944795

Color information

#944795 (or 0x944795) is unknown color: approx Violet Blue. HEX triplet: 94, 47 and 95. RGB value is (148,71,149). Sum of RGB (Red+Green+Blue) = 148+71+149=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #944795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944795 is #6BB86A. Grayscale: #666666. Windows color (decimal): -7059563 or 9783188. OLE color: 9783188.

HSL color Cylindrical-coordinate representation of color #944795: hue angle of 299.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944795 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14871149-
CMYK0.010.5200.42
HSL299.23º35.45%43.14%-
HSV(B)299.23º52.35%58.43%-
XYZ19.8912.9729.89-
YUV102.92154.01160.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=40.22%
G=19.29%
B=40.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148711490.010.5200.42299.2335.4543.14
Hex94479513402A12b232b
Octal2241072251640524534353
Binary1001010010001111001010111101000101010100101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944795; }

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

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

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

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

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

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

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

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