#957684

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

Shades of Venus #957684

Tints of Venus #957684

Color information

#957684 (or 0x957684) is unknown color: approx Venus. HEX triplet: 95, 76 and 84. RGB value is (149,118,132). Sum of RGB (Red+Green+Blue) = 149+118+132=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957684 is #6A897B. Grayscale: #808080. Windows color (decimal): -6982012 or 8681109. OLE color: 8681109.

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

Color convert

RGB149118132-
CMYK00.210.110.42
HSL332.9º12.76%52.35%-
HSV(B)332.9º20.81%58.43%-
XYZ23.0421.0124.67-
YUV128.86129.77142.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=37.34%
G=29.57%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911813200.210.110.42332.912.7652.35
Hex957684015B2A14dd34
Octal22516620402513525151564
Binary1001010111101101000010001010110111010101010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957684; }

 p { color: rgb(149,118,132); }

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

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

 a { background-color: rgb(149,118,132); }

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

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

 span { border-color: rgb(149,118,132); }

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