#957380

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

Shades of Venus #957380

Tints of Venus #957380

Color information

#957380 (or 0x957380) is unknown color: approx Venus. HEX triplet: 95, 73 and 80. RGB value is (149,115,128). Sum of RGB (Red+Green+Blue) = 149+115+128=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #957380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957380 is #6A8C7F. Grayscale: #7E7E7E. Windows color (decimal): -6982784 or 8418197. OLE color: 8418197.

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

Color convert

RGB149115128-
CMYK00.230.140.42
HSL337.06º13.82%51.76%-
HSV(B)337.06º22.82%58.43%-
XYZ22.4220.2123.14-
YUV126.65128.76143.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=38.01%
G=29.34%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911512800.230.140.42337.0613.8251.76
Hex957380017E2A151e34
Octal22516320002716525211664
Binary1001010111100111000000001011111101010101010100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957380; }

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

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

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

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

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

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

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

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