#957883

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

Shades of Venus #957883

Tints of Venus #957883

Color information

#957883 (or 0x957883) is unknown color: approx Venus. HEX triplet: 95, 78 and 83. RGB value is (149,120,131). Sum of RGB (Red+Green+Blue) = 149+120+131=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957883 is #6A877C. Grayscale: #818181. Windows color (decimal): -6981501 or 8616085. OLE color: 8616085.

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

Color convert

RGB149120131-
CMYK00.190.120.42
HSL337.24º12.03%52.75%-
HSV(B)337.24º19.46%58.43%-
XYZ23.2121.4624.39-
YUV129.92128.61141.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=37.25%
G=30%
B=32.75%

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
Decimal14912013100.190.120.42337.2412.0352.75
Hex957883013C2A151c35
Octal22517020302314525211465
Binary1001010111110001000001101001111001010101010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957883; }

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

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

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

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

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

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

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

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