#947884

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

Shades of Venus #947884

Tints of Venus #947884

Color information

#947884 (or 0x947884) is unknown color: approx Venus. HEX triplet: 94, 78 and 84. RGB value is (148,120,132). Sum of RGB (Red+Green+Blue) = 148+120+132=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947884 is #6B877B. Grayscale: #818181. Windows color (decimal): -7047036 or 8681620. OLE color: 8681620.

HSL color Cylindrical-coordinate representation of color #947884: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #947884 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148120132-
CMYK00.190.110.42
HSL334.29º11.57%52.55%-
HSV(B)334.29º18.92%58.04%-
XYZ23.0921.3924.74-
YUV129.74129.28141.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 33%
R=37%
G=30%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812013200.190.110.42334.2911.5752.55
Hex947884013B2A14ec35
Octal22417020402313525161465
Binary1001010011110001000010001001110111010101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947884; }

 p { color: rgb(148,120,132); }

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

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

 a { background-color: rgb(148,120,132); }

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

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

 span { border-color: rgb(148,120,132); }

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