#947883

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

Shades of Venus #947883

Tints of Venus #947883

Color information

#947883 (or 0x947883) is unknown color: approx Venus. HEX triplet: 94, 78 and 83. RGB value is (148,120,131). Sum of RGB (Red+Green+Blue) = 148+120+131=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947883 is #6B877C. Grayscale: #818181. Windows color (decimal): -7047037 or 8616084. OLE color: 8616084.

HSL color Cylindrical-coordinate representation of color #947883: hue angle of 336.43º 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 #947883 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148120131-
CMYK00.190.110.42
HSL336.43º11.57%52.55%-
HSV(B)336.43º18.92%58.04%-
XYZ23.0321.3724.38-
YUV129.63128.78141.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=37.09%
G=30.08%
B=32.83%

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
Decimal14812013100.190.110.42336.4311.5752.55
Hex947883013B2A150c35
Octal22417020302313525201465
Binary1001010011110001000001101001110111010101010100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947883; }

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

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

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

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

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

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

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

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