Html Css Color HEX #9B807D Opium

📋 copy color: '#9B807D'

red 155 ◦ green 128 ◦ blue 125

#9B807D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #9B807D

Tints of Opium #9B807D

RGB

 RED value IS 155 (60.94% from 255) = 37.99%

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 37.99%
G = 31.37%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B807D (or 0x9B807D) is known color: Opium. HEX triplet: 9B, 80 and 7D. RGB value is (155,128,125). Sum of RGB (Red+Green+Blue) = 155+128+125=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B807D is #647F82. Grayscale: #878787. Windows color (decimal): -6586243 or 8224923. OLE color: 8224923.

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

Color convert

RGB 155 128 125 -
CMYK 0 0.17 0.19 0.39
HSL 0.13% 0.55% -
HSV(B) 0.19% 0.61% -
XYZ 24.94 23.89 22.7 -
YUV 135.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 155 128 125 0 0.17 0.19 0.39 6 0.13 0.55
Hex 9B 80 7D 0 11 13 27 6 D 37
Octal 233 200 175 0 21 23 47 6 15 67
Binary 10011011 10000000 1111101 0 10001 10011 100111 110 1101 110111

Color Harmonies of #9B807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B807D

Black with #9B807D

Text Example


Text Example

White with #9B807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B807D;
 }
 .AnyTagClassName
 {
   color: #9B807D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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