#957480

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

Shades of Venus #957480

Tints of Venus #957480

Color information

#957480 (or 0x957480) is unknown color: approx Venus. HEX triplet: 95, 74 and 80. RGB value is (149,116,128). Sum of RGB (Red+Green+Blue) = 149+116+128=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957480 is #6A8B7F. Grayscale: #7F7F7F. Windows color (decimal): -6982528 or 8418453. OLE color: 8418453.

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

Color convert

RGB149116128-
CMYK00.220.140.42
HSL338.18º13.47%51.96%-
HSV(B)338.18º22.15%58.43%-
XYZ22.5420.4423.18-
YUV127.24128.43143.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=37.91%
G=29.52%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911612800.220.140.42338.1813.4751.96
Hex957480016E2A152d34
Octal22516420002616525221564
Binary1001010111101001000000001011011101010101010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957480; }

 p { color: rgb(149,116,128); }

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

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

 a { background-color: rgb(149,116,128); }

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

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

 span { border-color: rgb(149,116,128); }

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