#9B817E

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

Shades of Opium #9B817E

Tints of Opium #9B817E

Color information

#9B817E (or 0x9B817E) is unknown color: approx Opium. HEX triplet: 9B, 81 and 7E. RGB value is (155,129,126). Sum of RGB (Red+Green+Blue) = 155+129+126=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B817E is #647E81. Grayscale: #888888. Windows color (decimal): -6585986 or 8290715. OLE color: 8290715.

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

Color convert

RGB155129126-
CMYK00.170.190.39
HSL6.21º12.66%55.1%-
HSV(B)6.21º18.71%60.78%-
XYZ25.1324.1823.08-
YUV136.43122.11141.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=37.80%
G=31.46%
B=30.73%

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
Decimal15512912600.170.190.396.2112.6655.1
Hex9B817E01113276d37
Octal233201176021234761567
Binary10011011100000011111110010001100111001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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