#956F7C

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

Shades of Venus #956F7C

Tints of Venus #956F7C

Color information

#956F7C (or 0x956F7C) is unknown color: approx Venus. HEX triplet: 95, 6F and 7C. RGB value is (149,111,124). Sum of RGB (Red+Green+Blue) = 149+111+124=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F7C is #6A9083. Grayscale: #7B7B7B. Windows color (decimal): -6983812 or 8155029. OLE color: 8155029.

HSL color Cylindrical-coordinate representation of color #956F7C: hue angle of 339.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F7C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149111124-
CMYK00.260.170.42
HSL339.47º15.2%50.98%-
HSV(B)339.47º25.5%58.43%-
XYZ21.7219.2121.63-
YUV123.84128.09145.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=38.80%
G=28.91%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911112400.260.170.42339.4715.250.98
Hex956F7C01A112A153f33
Octal22515717403221525231763
Binary1001010111011111111100011010100011010101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956F7C; }

 p { color: rgb(149,111,124); }

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

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

 a { background-color: rgb(149,111,124); }

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

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

 span { border-color: rgb(149,111,124); }

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