#9B7883

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

Shades of Venus #9B7883

Tints of Venus #9B7883

Color information

#9B7883 (or 0x9B7883) is unknown color: approx Venus. HEX triplet: 9B, 78 and 83. RGB value is (155,120,131). Sum of RGB (Red+Green+Blue) = 155+120+131=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7883 is #64877C. Grayscale: #838383. Windows color (decimal): -6588285 or 8616091. OLE color: 8616091.

HSL color Cylindrical-coordinate representation of color #9B7883: hue angle of 341.14º 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 #9B7883 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB155120131-
CMYK00.230.150.39
HSL341.14º14.89%53.92%-
HSV(B)341.14º22.58%60.78%-
XYZ24.3322.0424.44-
YUV131.72127.6144.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=38.18%
G=29.56%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512013100.230.150.39341.1414.8953.92
Hex9B7883017F27155f36
Octal23317020302717475251766
Binary1001101111110001000001101011111111001111010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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