#9B7684

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

Shades of Venus #9B7684

Tints of Venus #9B7684

Color information

#9B7684 (or 0x9B7684) is unknown color: approx Venus. HEX triplet: 9B, 76 and 84. RGB value is (155,118,132). Sum of RGB (Red+Green+Blue) = 155+118+132=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7684 is #64897B. Grayscale: #828282. Windows color (decimal): -6588796 or 8681115. OLE color: 8681115.

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

Color convert

RGB155118132-
CMYK00.240.150.39
HSL337.3º15.61%53.53%-
HSV(B)337.3º23.87%60.78%-
XYZ24.1621.5924.72-
YUV130.66128.76145.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=38.27%
G=29.14%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511813200.240.150.39337.315.6153.53
Hex9B7684018F271511036
Octal23316620403017475212066
Binary10011011111011010000100011000111110011110101000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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