#9B807E

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

Shades of Opium #9B807E

Tints of Opium #9B807E

Color information

#9B807E (or 0x9B807E) is unknown color: approx Opium. HEX triplet: 9B, 80 and 7E. RGB value is (155,128,126). Sum of RGB (Red+Green+Blue) = 155+128+126=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B807E is #647F81. Grayscale: #878787. Windows color (decimal): -6586242 or 8290459. OLE color: 8290459.

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

Color convert

RGB155128126-
CMYK00.170.190.39
HSL4.14º12.66%55.1%-
HSV(B)4.14º18.71%60.78%-
XYZ2523.9123.04-
YUV135.84122.45141.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=37.90%
G=31.30%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512812600.170.190.394.1412.6655.1
Hex9B807E01113274d37
Octal233200176021234741567
Binary10011011100000001111110010001100111001111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,126); }

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

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

 a { background-color: rgb(155,128,126); }

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

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

 span { border-color: rgb(155,128,126); }

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