#947882

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

Shades of Venus #947882

Tints of Venus #947882

Color information

#947882 (or 0x947882) is unknown color: approx Venus. HEX triplet: 94, 78 and 82. RGB value is (148,120,130). Sum of RGB (Red+Green+Blue) = 148+120+130=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947882 is #6B877D. Grayscale: #818181. Windows color (decimal): -7047038 or 8550548. OLE color: 8550548.

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

Color convert

RGB148120130-
CMYK00.190.120.42
HSL338.57º11.57%52.55%-
HSV(B)338.57º18.92%58.04%-
XYZ22.9621.3424.03-
YUV129.51128.28141.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=37.19%
G=30.15%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812013000.190.120.42338.5711.5752.55
Hex947882013C2A153c35
Octal22417020202314525231465
Binary1001010011110001000001001001111001010101010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947882; }

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

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

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

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

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

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

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

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