Html Css Color HEX #9E807E Opium

📋 copy color: '#9E807E'

red 158 ◦ green 128 ◦ blue 126

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

Shades of Opium #9E807E

Tints of Opium #9E807E

RGB

 RED value IS 158 (62.11% from 255) = 38.35%

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

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 38.35%
G = 31.07%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E807E (or 0x9E807E) is known color: Opium. HEX triplet: 9E, 80 and 7E. RGB value is (158,128,126). Sum of RGB (Red+Green+Blue) = 158+128+126=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E807E is #617F81. Grayscale: #888888. Windows color (decimal): -6389634 or 8290462. OLE color: 8290462.

HSL color Cylindrical-coordinate representation of color #9E807E: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E807E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 128 126 -
CMYK 0 0.19 0.20 0.38
HSL 3.75º 0.14% 0.56% -
HSV(B) 3.75º 0.2% 0.62% -
XYZ 25.59 24.21 23.06 -
YUV 136.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 158 128 126 0 0.19 0.20 0.38 3.75 0.14 0.56
Hex 9E 80 7E 0 13 14 26 4 E 38
Octal 236 200 176 0 23 24 46 4 16 70
Binary 10011110 10000000 1111110 0 10011 10100 100110 100 1110 111000

Color Harmonies of #9E807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E807E

Black with #9E807E

Text Example


Text Example

White with #9E807E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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