#9B7886

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

Shades of Venus #9B7886

Tints of Venus #9B7886

Color information

#9B7886 (or 0x9B7886) is unknown color: approx Venus. HEX triplet: 9B, 78 and 86. RGB value is (155,120,134). Sum of RGB (Red+Green+Blue) = 155+120+134=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7886 is #648779. Grayscale: #848484. Windows color (decimal): -6588282 or 8812699. OLE color: 8812699.

HSL color Cylindrical-coordinate representation of color #9B7886: hue angle of 336º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7886 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155120134-
CMYK00.230.140.39
HSL336º14.89%53.92%-
HSV(B)336º22.58%60.78%-
XYZ24.5422.1225.53-
YUV132.06129.1144.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=37.90%
G=29.34%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512013400.230.140.3933614.8953.92
Hex9B7886017E27150f36
Octal23317020602716475201766
Binary1001101111110001000011001011111101001111010100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7886; }

 p { color: rgb(155,120,134); }

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

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

 a { background-color: rgb(155,120,134); }

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

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

 span { border-color: rgb(155,120,134); }

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