#9D8280

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

Shades of Opium #9D8280

Tints of Opium #9D8280

Color information

#9D8280 (or 0x9D8280) is unknown color: approx Opium. HEX triplet: 9D, 82 and 80. RGB value is (157,130,128). Sum of RGB (Red+Green+Blue) = 157+130+128=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8280 is #627D7F. Grayscale: #898989. Windows color (decimal): -6454656 or 8422045. OLE color: 8422045.

HSL color Cylindrical-coordinate representation of color #9D8280: hue angle of 4.14º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8280 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB157130128-
CMYK00.170.180.38
HSL4.14º12.89%55.88%-
HSV(B)4.14º18.47%61.57%-
XYZ25.7824.6923.83-
YUV137.84122.45141.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=37.83%
G=31.33%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713012800.170.180.384.1412.8955.88
Hex9D828001112264d38
Octal235202200021224641570
Binary100111011000001010000000010001100101001101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,128); }

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

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

 a { background-color: rgb(157,130,128); }

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

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

 span { border-color: rgb(157,130,128); }

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