#966F7B

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

Shades of Venus #966F7B

Tints of Venus #966F7B

Color information

#966F7B (or 0x966F7B) is unknown color: approx Venus. HEX triplet: 96, 6F and 7B. RGB value is (150,111,123). Sum of RGB (Red+Green+Blue) = 150+111+123=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7B is #699084. Grayscale: #7C7C7C. Windows color (decimal): -6918277 or 8089494. OLE color: 8089494.

HSL color Cylindrical-coordinate representation of color #966F7B: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150111123-
CMYK00.260.180.41
HSL341.54º15.66%51.18%-
HSV(B)341.54º26%58.82%-
XYZ21.8419.2821.31-
YUV124.03127.42146.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=39.06%
G=28.91%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011112300.260.180.41341.5415.6651.18
Hex966F7B01A12291561033
Octal22615717303222515262063
Binary10010110110111111110110110101001010100110101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F7B; }

 p { color: rgb(150,111,123); }

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

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

 a { background-color: rgb(150,111,123); }

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

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

 span { border-color: rgb(150,111,123); }

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