#93807E

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

Shades of Opium #93807E

Tints of Opium #93807E

Color information

#93807E (or 0x93807E) is unknown color: approx Opium. HEX triplet: 93, 80 and 7E. RGB value is (147,128,126). Sum of RGB (Red+Green+Blue) = 147+128+126=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93807E is #6C7F81. Grayscale: #858585. Windows color (decimal): -7110530 or 8290451. OLE color: 8290451.

HSL color Cylindrical-coordinate representation of color #93807E: hue angle of 5.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93807E is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147128126-
CMYK00.130.140.42
HSL5.71º8.86%53.53%-
HSV(B)5.71º14.29%57.65%-
XYZ23.5223.1522.97-
YUV133.45123.79137.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=36.66%
G=31.92%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712812600.130.140.425.718.8653.53
Hex93807E0DE2A6936
Octal223200176015165261166
Binary100100111000000011111100110111101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93807E; }

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

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

<style>
 a { background-color: #93807E; }

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

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

<style>
 span { border-color: #93807E; }

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

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