#946E7A

Color #946E7A Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #946E7A

Tints of Venus #946E7A

Color information

#946E7A (or 0x946E7A) is unknown color: approx Venus. HEX triplet: 94, 6E and 7A. RGB value is (148,110,122). Sum of RGB (Red+Green+Blue) = 148+110+122=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E7A is #6B9185. Grayscale: #7A7A7A. Windows color (decimal): -7049606 or 8023700. OLE color: 8023700.

HSL color Cylindrical-coordinate representation of color #946E7A: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E7A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148110122-
CMYK00.260.180.42
HSL341.05º15.08%50.59%-
HSV(B)341.05º25.68%58.04%-
XYZ21.318.8520.93-
YUV122.73127.59146.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=38.95%
G=28.95%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811012200.260.180.42341.0515.0850.59
Hex946E7A01A122A155f33
Octal22415617203222525251763
Binary1001010011011101111010011010100101010101010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E7A; }

 p { color: rgb(148,110,122); }

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

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

 a { background-color: rgb(148,110,122); }

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

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

 span { border-color: rgb(148,110,122); }

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